Commit Graph

9242 Commits

Author SHA1 Message Date
Jonas Maebe
2f4bfd6b67 * fixed wrong alignment code (sometimes we aligned to multiple of 8
instead of the desired multiple of 4)
2001-09-28 13:25:04 +00:00
Jonas Maebe
a8690ca041 * small optimization 2001-09-28 13:23:44 +00:00
carl
a04f05b002 + beos target 2001-09-28 02:36:03 +00:00
carl
b0de75af04 + beos target 2001-09-28 02:18:47 +00:00
pierre
cc86d68f8c * avoid to get unnecessary warnings about modified files if file already open 2001-09-27 22:32:24 +00:00
pierre
0abf95320f * avoid to give the same core to all new files 2001-09-27 22:29:12 +00:00
pierre
51c47798f5 * fix Hexadecimal number highlighting 2001-09-27 16:30:16 +00:00
Jonas Maebe
9baf1000ae * conversion to compilerproc and to structure used by i386 rtl
* some bugfixes
  * powerpc.inc is almost complete (only fillchar/word/dword, get_frame etc
    and the class helpers are still needed
  - removed unnecessary register saving in set.inc (thanks to compilerproc)
  * use registers reserved for parameters as much as possible instead of
    those reserved for local vars (since those have to be saved by the
    called anyway, while the ones for local vars have to be saved by the
    callee)
2001-09-27 15:30:29 +00:00
Jonas Maebe
49f399d750 * fixed bug reported by sg about self not being restored after calling
setlength
2001-09-27 13:03:18 +00:00
michael
954345c6fb + Initial import of mmsystem by Pavel Ozerski 2001-09-27 10:22:15 +00:00
michael
bb7d9d2337 + Added mmsystem 2001-09-27 10:21:41 +00:00
Jonas Maebe
d601ccd49b * fixed bug in dynarr_decr_ref I introduced with my previous fixes 2001-09-27 08:59:13 +00:00
carl
0eb814bdf5 * replace linux -> unix in certain cases 2001-09-27 02:28:03 +00:00
pierre
8438d097f5 * remove break for #1 in THelpTopic.Rebuild 2001-09-26 22:46:04 +00:00
Jonas Maebe
da09ad93c7 * fixed several bugs, most related to handling multi-dimensional
dynamical arrays
2001-09-26 14:07:25 +00:00
pierre
249311757a highlight i386 movw in asm code correctly 2001-09-25 22:46:50 +00:00
pierre
e3ffc5cd4e * fix recognition of directives broken by last patch 2001-09-25 22:45:09 +00:00
Jonas Maebe
c98f73e0d5 * fixed seekeof() so that it doesn't move the current possition in the
file anymore (merged)
  * seekeof() now only regards #26 as EOF marker if EOF_CTRLZ is defined
    (just like eof()) (merged)
  * very tiny optimization to read_array_as_pchar
2001-09-25 16:34:59 +00:00
pierre
7fa32c68ae Test for delphi comment in last line 2001-09-25 16:20:42 +00:00
pierre
ae4a734b2f * fix comment highlight bugs from bug #1617 2001-09-25 11:59:20 +00:00
pierre
6ac591f9f8 * save text position to allow correct cursor placement when zooming 2001-09-24 23:54:46 +00:00
Jonas Maebe
2055618933 * check if amount of dimensions passed to setlength for dynamic arrays
is correct
2001-09-24 16:09:55 +00:00
Jonas Maebe
b33cb43da4 * fix from Pavel V. Ozersk to accept multiple dimensions for setlength
and dynamical arrays
2001-09-24 11:35:55 +00:00
Jonas Maebe
5a0d910cbc * fixed typo in Carl's patch 2001-09-24 10:57:22 +00:00
carl
c1f24942c6 + ppu format figure for programmer's reference. 2001-09-22 15:19:45 +00:00
carl
ff752b48a5 * updated 'anatomy of a unit file section' 2001-09-22 15:18:11 +00:00
peter
ef0a68a972 * Fixed passing of command without parameters to Exec() to not include
a space after the executable name
2001-09-22 11:17:13 +00:00
peter
ac61b5e55a * merged v10 version for exit fixes 2001-09-22 11:15:31 +00:00
peter
14e55511c5 * chmod the scripts
* fixed html installation
2001-09-22 11:15:04 +00:00
peter
2ac1305371 * better detection of used ppcXXX 2001-09-22 11:13:09 +00:00
peter
67f5dc7f76 * "fpc -P?" command to query for used ppcXXX compiler 2001-09-22 11:11:43 +00:00
carl
32b77e2f83 * updated targets 2001-09-22 04:52:27 +00:00
carl
8393b73e58 * updated record size 2001-09-22 04:51:58 +00:00
carl
0f9316c932 * bugfix of Latex environment (first character would be considered a parameter) 2001-09-22 00:40:30 +00:00
carl
7bba223f21 + added warning for targets - use same target values as fixes branch 2001-09-22 00:03:53 +00:00
michael
29c840668a + Merged driver support for mouse from fixbranch 2001-09-22 00:01:42 +00:00
michael
1321a73ce1 + Merged driver support from fixbranch 2001-09-21 21:33:35 +00:00
michael
a4202664da + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
michael
96d51ec257 + Removed need for keybutil unit by incorporating it in the keyboard unit 2001-09-21 21:17:37 +00:00
michael
148dbc6022 + Merged driver support from fixbranch 2001-09-21 19:50:18 +00:00
sg
d038536ca8 * Evaluates all 3 i18n environment variables: LC_ALL, LC_MESSAGES, LANG
* Now takes sublanguage specifiers into account: When the language is set
  to xx_YY, then the catalogue for xx will be loaded first, and then the
  catalogue for sublanguage xx_YY will be loaded and applied as well.
2001-09-21 12:52:54 +00:00
michael
698feafae8 + Fixed 2 typos reported by Sergey Korshunoff 2001-09-20 18:00:48 +00:00
michael
f412e31618 + Implemented missing StringReplace function 2001-09-20 14:42:34 +00:00
michael
cb7a8cf1b6 + Implemented missing StringReplace function 2001-09-20 14:39:43 +00:00
michael
076d02873e Implemented missing StringReplace function 2001-09-20 14:38:41 +00:00
pierre
4679852c88 + define inferior_pid as a function for 5.01 2001-09-19 15:25:56 +00:00
michael
387ad2c42e * realname updated for some hints
* realname used for consts,labels
2001-09-19 11:06:03 +00:00
michael
d75c4d6486 * Smartlinking with interfaces fixed
* Better smartlinking for rtti and init tables
2001-09-19 11:04:41 +00:00
pierre
92137a9a2a * avoid bug #1610 2001-09-18 15:36:58 +00:00
pierre
d1c220f87d * fix Previous Help Topic 2001-09-18 11:33:53 +00:00