- Nov 07, 2011
-
-
chrender authored
- Fixed typo.
-
- Nov 06, 2011
-
-
chrender authored
- Updated changelog for opcode_restore_undo bugfix and debugger stubs.
-
chrender authored
- Made debugger request network connection on start. - Implemented "stack" command. - Implemented "help" command.
-
chrender authored
- Implemented "list_contains_element".
-
chrender authored
- Implemented debugger in abort function, help output, zpu for breakpoint checks and fizmo for starting / stopping. - Added conditional compiliation of debugger to Makefile.
-
chrender authored
- Simplified behind-stack test for stack-enlarging. - Added tracelogs for debugging.
-
chrender authored
- Implemented prototype debugger.
-
chrender authored
- Fix for "Tenth Plague.zblorb" as reported by Lewis Gentry.
-
- Nov 02, 2011
-
-
chrender authored
- Removed unused "parse_error".
-
chrender authored
- Fixed "strtol" evaluation.
-
chrender authored
- Removed unused "previous_stack_usage" and "previous_number_of_locals".
-
chrender authored
- Removed unused "data2".
-
chrender authored
- Removed unused "hyphen_offset".
-
chrender authored
- Removed unused "long_value".
-
- Sep 21, 2011
- Sep 20, 2011
- Sep 18, 2011
- Sep 10, 2011
-
-
chrender authored
- Re-added etude.z5 with correct chmod settings.
-
chrender authored
- Removed etude for chmod.
-
chrender authored
- Removed unfinished doc file for release: Options are also explained in the man page.
-
chrender authored
- Updated example to most recent developments.
-
chrender authored
- Updated README.txt to include hyphenation pattern information.
-
- Sep 08, 2011
- Sep 01, 2011
-
-
chrender authored
- Added forgotton struct passwd* variable for non-win32 systems.
-
chrender authored
- Added pwd.h inclsuion for getpwuid for unixoid systems.
-
chrender authored
- Removed superfluos quoting in Makefile variables.
-
chrender authored
- Added make_dir prototype to filesys interface. - Adapted getfilepos and sefilepos to default stdio types.
-
chrender authored
- Fixed function prototype for DISABLE_BABEL=1.
-
chrender authored
- Fixed broken unquote method for filelist evaluation. This fixes a memory segfault in Win32. - Adapted to homedir evaluation.
-
chrender authored
- Put homedir name evaluation function into get_user_homedir() in config.c. - Adapted confic.c to new homdir evaluation.
-
chrender authored
- Adapted exit function to windows to avoid iritating signal 126 / segfault message in case of exit_code != 0. - Removed signal handling logic in case fizmo is run with __WIN32__ set.
-
chrender authored
- Added binary flag for windows file operations. - Used ftell and fseek instead of ftello and fseeko for win32 compatibility. - Adatped filesys_c to make_dir requirement.
-