Michael VAN CANNEYT
|
ccfa38c68e
|
* Dotted RTL compiles
|
2023-07-27 19:04:03 +02:00 |
|
Michael VAN CANNEYT
|
62d650d926
|
* string -> shortstring
|
2023-07-14 17:26:11 +02:00 |
|
Michael VAN CANNEYT
|
d2d3fe6bc3
|
* Char -> AnsiChar
|
2023-07-14 17:26:10 +02:00 |
|
michael
|
16ba47be46
|
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
git-svn-id: trunk@38616 -
|
2018-03-23 22:06:36 +00:00 |
|
nickysn
|
385f0d4ee8
|
- do not set the parameter to nil in strings.strdispose, because it's not a var
parameter and the operation is therefore useless
git-svn-id: trunk@32025 -
|
2015-10-12 14:28:46 +00:00 |
|
sergei
|
724f41a9af
|
- Cleaned out FPC_STRTOSHORTSTRPROC and FPC_STRTOCHARARRAYPROC defines. Somebody had to do it one day.
git-svn-id: trunk@19851 -
|
2011-12-14 22:40:08 +00:00 |
|
Jonas Maebe
|
5122411409
|
* mark strcopy/strlcopy as "overload" in the interface of the strings unit
for overloading with sysutils versions (fixes r19488)
git-svn-id: trunk@19490 -
|
2011-10-15 12:32:21 +00:00 |
|
marco
|
030379bc57
|
* Minor optimization from mantis 14974
git-svn-id: trunk@14016 -
|
2009-11-03 12:59:12 +00:00 |
|
ivost
|
0e9690c31b
|
* added striscan, strriscan and stripos
git-svn-id: trunk@13019 -
|
2009-04-17 10:08:17 +00:00 |
|
ivost
|
cf544462d8
|
* fixed typo in comment of strpos
git-svn-id: trunk@13018 -
|
2009-04-17 09:45:03 +00:00 |
|
florian
|
6b8466633e
|
* forgotten commit (part of last commit)
git-svn-id: trunk@8899 -
|
2007-10-21 17:41:26 +00:00 |
|
fpc
|
790a4fe2d3
|
* log and id tags removed
git-svn-id: trunk@42 -
|
2005-05-21 09:42:41 +00:00 |
|
fpc
|
50778076c3
|
initial import
git-svn-id: trunk@1 -
|
2005-05-16 18:37:41 +00:00 |
|
peter
|
e417e34496
|
* truncate log
|
2005-02-14 17:13:06 +00:00 |
|
peter
|
4d8460ec2f
|
* float routines all use internproc and compilerproc helpers
|
2004-11-21 15:35:23 +00:00 |
|
peter
|
81b6d9f16c
|
* replace strlenint with sizeint
|
2004-05-01 23:55:18 +00:00 |
|
Jonas Maebe
|
dedf697f3a
|
* use some more string routines from libc if FPC_USE_LIBC is used
|
2004-05-01 15:26:33 +00:00 |
|
peter
|
d12b3ae991
|
* use strlenint instead of longint
|
2004-02-18 22:00:59 +00:00 |
|
peter
|
a980741757
|
* generic string routines added
|
2003-07-07 20:22:05 +00:00 |
|
peter
|
01dfac4a4e
|
* old logs removed and tabs fixed
|
2002-09-07 15:06:34 +00:00 |
|
carl
|
502b31fce2
|
- no stack checking possible because used by lineinfo which
might get infinite recursion if stack limit reached
|
2001-11-19 00:31:07 +00:00 |
|
michael
|
650fbb86aa
|
+ removed logs
|
2000-07-13 11:32:24 +00:00 |
|
michael
|
e7aca136a1
|
+ Initial import
|
2000-07-13 06:29:38 +00:00 |
|
peter
|
2a4b2adc65
|
* strdispose uses freemem(pointer) and resets pointer to nil
|
2000-03-19 08:40:14 +00:00 |
|
Jonas Maebe
|
f62ff5df66
|
* strdispose now uses dispose instead of freemem(strlen()+1)
|
2000-03-18 15:43:05 +00:00 |
|
peter
|
6b66a55cd6
|
* truncated log
|
2000-02-09 16:59:28 +00:00 |
|
daniel
|
ec29a31834
|
* copyright 2000
|
2000-01-07 16:41:28 +00:00 |
|
daniel
|
a79b4a404b
|
* copyright 2000 added
|
2000-01-07 16:32:21 +00:00 |
|
peter
|
b1ce2dee62
|
* strnew is ofcourse also different between sysutils and strings, just
like stralloc/strdispose.
|
1999-12-10 15:02:12 +00:00 |
|
michael
|
7865673a04
|
* Joined strings and sysutils
|
1999-02-25 07:39:17 +00:00 |
|