Skip to content

v0.32

Compare
Choose a tag to compare
@mellowcandle mellowcandle released this 16 Jul 15:44
· 76 commits to master since this release

Bug Fixes:

  • COPYING file was APACHE license by mistake.
  • Remove trailing whitespace at end of lines in command line mode
  • Fix warnings in build for 32bits.
  • Fix compilation and runtime for Mac.

Enhancements:

  • handle trailing argv as single expression:
    This allows running bitwise like this:
    bitwise 0x30 + 0x50
    instead of:
    bitwise "0x30 + 0x50"