Commit Graph

235 Commits

Author SHA1 Message Date
carl
b67ce16a85 + Initial revision (still unworking under FPC) 1999-04-19 02:48:14 +00:00
peter
dc1f9b5bbb * addr() internal 1999-04-17 13:10:23 +00:00
peter
6120616a20 + finalization support 1999-04-15 12:19:59 +00:00
michael
77d45d20af + 1 byte too much allocated in new_ansiStringastrings.inc 1999-04-13 09:02:06 +00:00
michael
66bb181cf5 * More fixes and optimizing for ansistr_concat 1999-04-09 07:33:15 +00:00
peter
dda7bf2bc9 + subrange checking for readln() 1999-04-08 15:57:44 +00:00
peter
17f26f6577 * removed warnings 1999-04-08 11:30:57 +00:00
peter
e3836e3e31 * fixed concat when s1 or s2 was nil 1999-04-08 10:19:55 +00:00
peter
d028279366 * fixed bug with readln where it sometime didn't read until eol 1999-04-07 22:05:18 +00:00
peter
29d632520b * fixed insert on last char
* saver chararray 2 ansi
1999-04-06 11:23:58 +00:00
michael
b149cc5681 * Fixed chararray to ansistring conversion 1999-04-06 10:06:51 +00:00
michael
d864c6d8c3 + Fixed insert with char. length byte wrapped around in some cases. 1999-04-05 12:28:27 +00:00
peter
79abf0ac4f * fixed '1.' parsing of val 1999-04-01 22:11:50 +00:00
peter
8d5ffc3b09 * universal names for str/val (ansistr instead of stransi)
* '1.' support for val() this is compatible with tp7
1999-04-01 22:00:48 +00:00
peter
a8a60d933a * show also allocation stack for a wrong size 1999-03-26 19:10:34 +00:00
peter
c5db6f3dfe * last para changed to long for easier pushing with 4 byte aligns 1999-03-26 00:24:15 +00:00
peter
55fbeb959d * memavail fixed for too big freemem calls 1999-03-18 11:21:16 +00:00
Jonas Maebe
228829bd86 * changes for internal Val code (do a "make cycle OPT=-dvalintern" to test)
* in text.inc: changed RTE 106 when read integer values are out of bounds to RTE 201
  * in systemh.inc: disabled "support_fixed" for the i386 because it gave internal errors,
1999-03-16 17:49:36 +00:00
florian
67c66987e5 + system.cmdline variable for go32v2 and win32 added 1999-03-10 22:15:28 +00:00
florian
d10d8cb5fd * str and val for extended use now int constants to minimize
rounding error
1999-03-10 21:49:02 +00:00
michael
5b750c0345 + Added setstring for Delphi compatibility 1999-03-03 15:23:57 +00:00
peter
80a48282e6 * function names cleanup
+ chararray -> ansistring
1999-03-02 18:24:51 +00:00
peter
554f02687b * changed so handlerror() -> inoutres:= to have $I- support 1999-03-02 18:23:37 +00:00
peter
af8a04a5af * use external names
* removed all direct assembler modes
1999-03-01 15:40:48 +00:00
peter
1d98d7c4a4 + SetStr() function 1999-02-25 21:25:26 +00:00
michael
82d08fba5d + Added header and log 1999-02-25 10:05:07 +00:00
michael
7865673a04 * Joined strings and sysutils 1999-02-25 07:39:17 +00:00
peter
755df28476 * fixed typecasting in firstthat 1999-02-22 15:04:45 +00:00
florian
54adf4622c * tpcompatible flags for tstream introduced, thanks to Matthias Koeppe 1999-02-21 23:13:01 +00:00
peter
a868c2a6cc * when error when opening a file, then reset the mode to fmclosed 1999-02-17 10:13:29 +00:00
pierre
710ab457d7 * no heap dump if program has an heap error ! 1999-02-16 17:20:26 +00:00
peter
bbb1d23607 * fixed rounding when correct+f < 0 1999-02-16 00:49:20 +00:00
carl
8773fe80ba * oops... wrong filename 1999-02-12 17:14:04 +00:00
carl
52d673755d + updated to reflect files in directory 1999-02-12 16:15:25 +00:00
florian
e7dacebccc * fixed small things regarding TEMPHEAP 1999-02-08 09:31:39 +00:00
michael
734889c0b6 * Fixed pos 1999-02-04 14:55:42 +00:00
florian
4d9e0a3b11 + routines for range checking added 1999-02-04 10:49:21 +00:00
peter
9f444c9461 * fixed ansi2short 1999-02-02 11:37:34 +00:00
florian
e207d78d70 + functions lo/hi for DWord type implemented 1999-02-01 00:05:14 +00:00
pierre
1cd9b0fb0e * Fillchar(..,..,boolean) added 1999-01-29 09:23:09 +00:00
peter
96ac1855a8 * fixed readln(ansistring) 1999-01-28 19:38:19 +00:00
peter
06e8a03894 * fixed insert to support again the max string length 1999-01-25 20:24:28 +00:00
pierre
ab763cd69c + added text arg for dump_stack 1999-01-22 12:39:19 +00:00
peter
54ee5f39ac + prect=^trect 1999-01-22 10:21:55 +00:00
pierre
33aac9b556 + system_exit procedure added 1999-01-18 10:05:47 +00:00
peter
8e645c448e * fixed TColletcion.AtInsert 1999-01-12 14:21:50 +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
b2ac51a11b + Implemented more str() functions 1999-01-06 14:48:43 +00:00
peter
eb3e1984e6 * fixed str() and made it working 1999-01-06 13:03:39 +00:00
florian
8bf6ef4b56 * naming for str(...) routines inserted
* don't know what in int64 changed
1999-01-06 12:25:02 +00:00