Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-28 | remove definition of system_environment for MacOS X | John van Groningen | 1 | -3/+6 | |
2005-03-16 | add return code for MACHO | John van Groningen | 1 | -0/+11 | |
2004-06-25 | fix freads and freadline for redirected stdio on macho, | John van Groningen | 1 | -8/+115 | |
use _unlocked functions for reading and writing strings | |||||
2004-04-27 | add -stdwin flag to send std io to Console/Message window instead | John van Groningen | 1 | -23/+229 | |
of to the terminal or console, add mach exception handling code for detecting stack overflows | |||||
2003-10-24 | set window title of the console window to 'press any key to exit' | John van Groningen | 1 | -1/+1 | |
instead of the messages window, if the error window is not visible and 'no console' output is used (but output was generated, for example because of abort) | |||||
2003-10-24 | swap newline and carriage return characters in w_get_char and | John van Groningen | 1 | -15/+14 | |
ungetc calls, to fix reading from the console, move use_stdio test to wait_for_key_press function, to prevent non termination after abort | |||||
2003-10-17 | move first_function to the beginning of mcon.c again for | John van Groningen | 1 | -6/+7 | |
the heap profiler | |||||
2003-10-14 | use unix console I/O if started using Terminal (if -psn argument | John van Groningen | 1 | -5/+192 | |
is missing), set global_argv and global_argc variables for MachO | |||||
2003-09-26 | fix #defines for classic | John van Groningen | 1 | -5/+12 | |
2003-07-11 | added stack overflow detection using virtual memory and exceptions | John van Groningen | 1 | -3/+379 | |
2003-05-06 | macintosh files | John van Groningen | 1 | -0/+1670 | |