Commit Graph

2031 Commits

Author SHA1 Message Date
pierre
c0106fa516 * sbrk must return -1 on fail 1999-01-18 10:11:10 +00:00
pierre
4f98789301 Skeleton for new system unit 1999-01-18 10:07:41 +00:00
pierre
33aac9b556 + system_exit procedure added 1999-01-18 10:05:47 +00:00
pierre
b3635d6190 * exception_level counting was wrong if dpmi_jmp_buf was copied 1999-01-18 09:14:20 +00:00
michael
6a5776df47 + Added ipc chapter 1999-01-17 21:18:52 +00:00
michael
5162bc9598 + Documented shared memory 1999-01-17 21:11:06 +00:00
michael
5082f98017 Added examples 27-40 1999-01-17 15:08:43 +00:00
michael
e7b0669f65 + Added examples 8-26 1999-01-16 00:51:44 +00:00
michael
a821c38ce6 + Initial implementation 1999-01-16 00:50:50 +00:00
pierre
50182fcd57 * made code able to run 1999-01-15 17:47:49 +00:00
pierre
039edd5b4c + new bugs converted 1999-01-15 17:41:58 +00:00
peter
e923686d07 * fixed crash after compile 1999-01-15 16:12:43 +00:00
peter
951c1707d1 * doneverbose sets msg to nil 1999-01-15 16:08:21 +00:00
michael
7838e830a5 + Documented semaphores and message queues 1999-01-15 13:47:49 +00:00
michael
5812e04e95 + semun.arr points to array of word. 1999-01-15 13:42:27 +00:00
peter
9caa7fa250 * fixed profiler section 1999-01-15 13:23:45 +00:00
peter
f67fb1b0eb * error if upper<lower in array decl 1999-01-15 13:08:19 +00:00
peter
e692c842b3 * init window size to the size of the console instead of 80,25 1999-01-15 12:47:16 +00:00
peter
b5075769be * removed path from output, was there only for debugging 1999-01-15 12:27:23 +00:00
peter
d86094c298 + added math unit to objects 1999-01-15 11:47:12 +00:00
peter
08007ae0ab * added math unit to objects 1999-01-15 11:45:14 +00:00
peter
aff82d11f4 * fixed unresolved forwards 1999-01-15 11:44:56 +00:00
pierre
057ecba6d7 + better info for temp allocation debugging 1999-01-15 11:34:23 +00:00
pierre
3f6f33cd60 * bug in mmx code removed 1999-01-15 11:33:03 +00:00
michael
9916a521ba + types finished, ftok, and msgget 1999-01-15 07:34:30 +00:00
peter
f8f66faad4 * fixed forwardpointer problem with multiple forwards for the same
typesym. It now uses a linkedlist instead of a single pointer
1999-01-14 21:49:58 +00:00
peter
abb72c5d48 * status.currentmodule is now also updated
+ status.currentsourcepath
1999-01-14 21:47:09 +00:00
peter
c9b71320dc + status.currentsourcepath 1999-01-14 21:43:08 +00:00
peter
1ef56abc07 * source tracking from Gabor 1999-01-14 21:42:19 +00:00
peter
557ecf0dea * use * as modified indicator
* fixed syntax highlighting
1999-01-14 21:41:17 +00:00
michael
cf2a88a773 Initial implementation of IPC docs 1999-01-14 15:43:52 +00:00
michael
29e8608a19 tested semaphore stuff 1999-01-14 14:35:12 +00:00
daniel
425308ccdc * Exe name derived from target_info instead of target_os 1999-01-14 11:38:39 +00:00
florian
097498cc3c + YES, finally the new code generator is compilable, but it doesn't run yet :( 1999-01-13 22:52:36 +00:00
daniel
679ac86edd * Tinputfile.readbuf eof bugfix 1999-01-13 15:02:00 +00:00
peter
54fed4a08f * fixed crash with counter var 1999-01-13 12:01:43 +00:00
florian
a518b21bb8 * unified i386.pas for the old and new code generator 1999-01-13 11:34:06 +00:00
peter
5dad1d927e * fake unit 1999-01-12 15:00:46 +00:00
florian
ecd19b85b6 + first version 1999-01-12 14:47:45 +00:00
peter
9bcb14e503 * splitted from symtable.pas 1999-01-12 14:32:49 +00:00
peter
3caaa020b0 + Implemented still missing 'switch' entries in Options menu
+ Pressing Ctrl-B sets ASCII mode in editor, after which keypresses (even
    ones with ASCII < 32 ; entered with Alt+<###>) are interpreted always as
    ASCII chars and inserted directly in the text.
  + Added symbol browser
  * splitted fp.pas to fpide.pas
1999-01-12 14:29:31 +00:00
peter
f379498229 + BrowserLog for browser.log generation
+ BrowserCol for browser info in TCollections
  * released all other UseBrowser
1999-01-12 14:25:24 +00:00
peter
8e645c448e * fixed TColletcion.AtInsert 1999-01-12 14:21:50 +00:00
peter
cef9fc7b2b + dll example 1999-01-12 14:20:36 +00:00
florian
7e7e30d9d3 *** empty log message *** 1999-01-12 10:30:43 +00:00
Jonas Maebe
f7b137cdef * made inster(string,string,index) a bit faster
+ overloaded insert(char,string,index)
1999-01-11 19:26:53 +00:00
michael
5de65a9810 + Implemented semaphore stuff 1999-01-11 17:31:14 +00:00
michael
8ee50fd02a + Initial implementation, implemented shm and msg 1999-01-11 16:53:31 +00:00
peter
1ace0dc9b8 * moved some tables from ra386*.pas -> i386.pas
+ start of coff writer
  * renamed asmutils unit to rautils
1999-01-10 15:37:51 +00:00
florian
efeab84797 * some updates to compile API units for win32 1999-01-09 07:29:46 +00:00