peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 years ago |
Jonas Maebe
|
83b1c3736a
* fixed assembler version of fpc_AnsiStr_Decr_Ref (based on remark
|
19 years ago |
Jonas Maebe
|
15270b67be
- disabled assembler ansistring helpers for darwin/x86 because they don't
|
19 years ago |
peter
|
f411f615c6
* nostackframe directives
|
19 years ago |
peter
|
340cf721b5
* faster int_str
|
19 years ago |
florian
|
0d61229d63
* fpc_ansistring_decr improved
|
19 years ago |
florian
|
af9d6344b8
* activated fastmove on win32
|
19 years ago |
florian
|
fb4557d71e
* first implementation of pic for i386
|
19 years ago |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
19 years ago |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
19 years ago |
florian
|
e2a4dac215
+ i386 assembler versions of decr_ansistring and unique_ansistring
|
19 years ago |
marco
|
8f50bb556e
* small fix to inclocked inlining changes
|
20 years ago |
marco
|
5c92d88da8
* inlined a few funcs, inlined the non threaded part of inc/declocked. The lock prefixed one
|
20 years ago |
michael
|
9beb37574e
+ Removed SHORTSTRCOMPAREINREG define
|
20 years ago |
michael
|
addadd41bf
+ removed HAS_GENERICCONSTRUCTOR define
|
20 years ago |
michael
|
a775d3d487
+ Removed HASCURRENCY VALUEGETMEM VALUEFREEMEM defines
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
michael
|
0fe5266f4d
+ Removed NOBOUNDCHECK define
|
20 years ago |
michael
|
db5d9d75aa
+ Removed INTERNCOPY define
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
florian
|
9445db95f3
* widestring manager can handle now ansi<->wide string conversions even if the lens don't match
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
3600b51d32
+ fastmove from John O'Harrow integrated
|
20 years ago |
peter
|
14eb8f59b4
internconst, internproc and some external declarations moved to interface
|
21 years ago |
peter
|
f80f3fc0fa
* shortstr compare with empty string fixed
|
21 years ago |
florian
|
7a7c34e1b7
+ several unicode (to/from utf-8 conversion) stuff added
|
21 years ago |
Jonas Maebe
|
d43436e1cd
* fixed indexbyte/word/dword when length is 0 (return -1 instead of 0)
|
21 years ago |