summaryrefslogtreecommitdiff
path: root/mcon.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-28remove definition of system_environment for MacOS XJohn van Groningen1-3/+6
2005-03-16add return code for MACHOJohn van Groningen1-0/+11
2004-06-25fix freads and freadline for redirected stdio on macho,John van Groningen1-8/+115
use _unlocked functions for reading and writing strings
2004-04-27add -stdwin flag to send std io to Console/Message window insteadJohn van Groningen1-23/+229
of to the terminal or console, add mach exception handling code for detecting stack overflows
2003-10-24set window title of the console window to 'press any key to exit'John van Groningen1-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-24swap newline and carriage return characters in w_get_char andJohn van Groningen1-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-17move first_function to the beginning of mcon.c again forJohn van Groningen1-6/+7
the heap profiler
2003-10-14use unix console I/O if started using Terminal (if -psn argumentJohn van Groningen1-5/+192
is missing), set global_argv and global_argc variables for MachO
2003-09-26fix #defines for classicJohn van Groningen1-5/+12
2003-07-11added stack overflow detection using virtual memory and exceptionsJohn van Groningen1-3/+379
2003-05-06macintosh filesJohn van Groningen1-0/+1670