Commit Graph

4801 Commits

Author SHA1 Message Date
michael
27aca567d2 + Fixed bug in settext 1999-11-25 13:28:13 +00:00
pierre
7e23f37e6c * RecentFiles missed the last char 1999-11-25 00:26:49 +00:00
pierre
4ce0ed8b15 * add Status when loading/saving files 1999-11-25 00:25:43 +00:00
peter
c25c149492 + ncrt 1999-11-25 00:10:47 +00:00
peter
d2d87ca660 * fpcmake updates 1999-11-25 00:01:05 +00:00
peter
bd2c49f44f * strip created .so file with strip --strip-unneeded 1999-11-25 00:00:39 +00:00
peter
d9402cf275 * fpcmake updates 1999-11-24 23:55:34 +00:00
peter
f286b5bc50 * lex yacc 1999-11-24 23:55:18 +00:00
peter
392c44c739 * packages
* lot of other changes
1999-11-24 23:53:00 +00:00
pierre
2719fb91e8 * PutImage used an integer index that became negative !!!!
* Default needed procedure now genrate a RTE 218 instead of a
    GPF by call to nil pointer !
1999-11-24 23:42:31 +00:00
peter
c29072c681 * fpcmake updates 1999-11-24 23:41:59 +00:00
peter
9de180b9b1 * moved to packages dir 1999-11-24 23:36:32 +00:00
florian
14a2d2ba96 + created from extgraph 1999-11-24 22:33:15 +00:00
florian
1736a7d64d * extgraph moved to win direcory 1999-11-24 22:12:06 +00:00
pierre
c0324fdd27 + Executing... in status line if in another window 1999-11-24 14:03:16 +00:00
pierre
ced51f4835 * $STRIP was missign in DllCmd[1] 1999-11-24 11:45:36 +00:00
pierre
ae7a04ea12 * defaultsymtablestack is now restored after parser.compile 1999-11-24 11:41:03 +00:00
pierre
472fe53fe5 * asmmode message was placed too early 1999-11-24 11:39:53 +00:00
peter
5b9eb70e97 * fixed RTLDIR 1999-11-23 12:38:46 +00:00
peter
1c1ec9afc9 * load/save stream support 1999-11-23 09:50:51 +00:00
peter
56343f0b08 * fpcmake update 1999-11-23 09:50:17 +00:00
peter
6c9c099766 * updated for new fpcmake 1999-11-23 09:45:48 +00:00
peter
828f946f81 * new fpcmake 1999-11-23 09:45:02 +00:00
peter
02e2694f8e * initial version 1999-11-23 09:44:41 +00:00
peter
5e6ce51fac * updated 1999-11-23 09:44:15 +00:00
peter
7859c176a3 + internal .ini file
+ packages support
  * ppufiles,data2inc support
1999-11-23 09:43:35 +00:00
peter
312ca8700f * makefile updates to work with new fpcmake 1999-11-23 09:42:38 +00:00
peter
cebc42c1e4 + -s for string writing
* some small cleanups
1999-11-23 09:42:18 +00:00
pierre
8049831c3f * Give better info in script 1999-11-22 22:22:30 +00:00
pierre
76b6d69d56 * Compute correct Exe Filenam 1999-11-22 22:21:46 +00:00
pierre
00a8ec4695 * Def file syntax for win32 with index corrected
* direct output of .edata leads to same indexes
    (index 5 leads to next export being 6 unless otherwise
    specified like for enums)
1999-11-22 22:20:43 +00:00
pierre
8b175f661e * fix for form bug #634 1999-11-22 17:34:08 +00:00
pierre
98df9e3486 * TryToOpenFile failed tofind a sourcewindow if it has no number 1999-11-22 16:02:12 +00:00
pierre
e298d7a873 * fix for web bug #633 1999-11-22 15:58:40 +00:00
michael
62c9663d4f Latest message file from Alexander Stohr 1999-11-22 14:18:26 +00:00
pierre
fca8adf6c2 * also complain about unused functions in program 1999-11-22 00:23:09 +00:00
Jonas Maebe
7d1b3066d9 * fixed some missed optimizations because 8bit regs were not always
taken into account
1999-11-21 13:09:41 +00:00
Jonas Maebe
653d672377 * improved fixing of missing regallocs (they're almost all correct
now!)
1999-11-21 13:06:30 +00:00
pierre
99a9be4d20 + Use def_gdb_stop for easy GDB debugging 1999-11-21 01:44:34 +00:00
pierre
e4bfedf924 * Nextoverloading ordering fix 1999-11-21 01:42:37 +00:00
pierre
793a67c4a8 * used TWNDCLASS in interface and WNDCLASS in implementation 1999-11-21 01:39:26 +00:00
Jonas Maebe
6746b61501 * fixed small typo (C_M* -> Ch_M*) so -darithopt compiles again 1999-11-20 12:50:32 +00:00
Jonas Maebe
5ffd2e21d4 * reinstated old random generator, but modified it so the integer
one now has a much longer period
1999-11-20 12:48:09 +00:00
Jonas Maebe
1a761b3881 * make cycle works with -dreplacereg (register renaming)! I have not
tested it yet together with -darithopt, but I don't expect problems
1999-11-20 11:37:03 +00:00
pierre
221382d99c + cond FPC_USE_CPREFIX (needs also some RTL changes)
this allows to use unit global vars as DLL exports
    (the underline prefix seems needed by dlltool)
1999-11-20 01:22:18 +00:00
pierre
8025581bfd * DLL index used for win32 target with DEF file
+ DLL initialization/finalization support
1999-11-20 01:19:10 +00:00
pierre
6f95642db5 + DLL Hooks for the four callings added 1999-11-20 00:16:44 +00:00
pierre
bb6dc0cee8 * avoid certain wrong notes/hints 1999-11-19 14:49:15 +00:00
pierre
9a9219324f * avoid double warnings 1999-11-18 23:35:40 +00:00
pierre
7caaba9e76 * bug fix for web bug703 and 704 1999-11-18 22:19:57 +00:00