Commit Graph

24293 Commits

Author SHA1 Message Date
ivost
c8d60373b0 * renamed md5test.pp to mdtest.pas
* extended mdtest.pas with rfc tests
    * added md2 hash support to md5.pp

git-svn-id: trunk@5648 -
2006-12-19 13:57:09 +00:00
Jonas Maebe
301b13f887 * fixed makefile now that the resource is no longer compiled
git-svn-id: trunk@5647 -
2006-12-19 13:41:11 +00:00
ivost
6a6c18b64a * removed the use of unit sockets
git-svn-id: trunk@5646 -
2006-12-19 10:42:04 +00:00
daniel
787ed7e230 * Change test to test resourcestring correctness.
git-svn-id: trunk@5645 -
2006-12-19 08:58:01 +00:00
daniel
d5cf9af69f * Update comment.
git-svn-id: trunk@5644 -
2006-12-19 08:55:02 +00:00
daniel
3684d76e9e * Make it a test that should succeed.
git-svn-id: trunk@5643 -
2006-12-19 08:49:26 +00:00
oro06
408130b07e +wince : missing commctl const/records
git-svn-id: trunk@5642 -
2006-12-19 07:20:55 +00:00
daniel
2488bbbabe * Fix typo.
git-svn-id: trunk@5641 -
2006-12-18 22:36:01 +00:00
daniel
ecf9363211 - Do not initialize/finalize resourcestrings in objpas.
+ Finalize resourcestrings in gettext.

git-svn-id: trunk@5640 -
2006-12-18 22:05:32 +00:00
daniel
c3773e07c0 * Switch FV to resourcestrings
git-svn-id: trunk@5639 -
2006-12-18 22:04:31 +00:00
micha
2e7dbbda80 * fix generic list add
git-svn-id: trunk@5638 -
2006-12-18 22:03:36 +00:00
daniel
1b173fd0f3 + Enable resourcestring in all modes
* Pre-initialize resourcestrings

git-svn-id: trunk@5637 -
2006-12-18 21:25:47 +00:00
Legolas
bca6aa3a56 * Fixed compiling after 5624
git-svn-id: trunk@5636 -
2006-12-18 19:00:18 +00:00
Legolas
1fd21a3e40 * Fixed compiling after 5624
git-svn-id: trunk@5635 -
2006-12-18 18:50:14 +00:00
Legolas
5f81d9e656 * arm9 binaries are automatically patched
git-svn-id: trunk@5634 -
2006-12-18 18:43:51 +00:00
Vincent Snijders
8a9d059f60 * regenerated to use new lineinfo units
git-svn-id: trunk@5633 -
2006-12-18 12:57:46 +00:00
tom_at_work
949aa60805 * DWARF debug lineinfo reader
git-svn-id: trunk@5632 -
2006-12-17 23:11:25 +00:00
micha
efd7073959 * zero allocated memory for usage as dynamic type
git-svn-id: trunk@5631 -
2006-12-17 22:04:07 +00:00
micha
b6feb006f6 * enable compilation of tdbf for win64
git-svn-id: trunk@5630 -
2006-12-17 21:17:36 +00:00
joost
b5505a41fe * fixed compilation
git-svn-id: trunk@5629 -
2006-12-17 19:32:54 +00:00
florian
fd2032dab2 + start of embedded rtl
+ feature support in the compiler

git-svn-id: trunk@5628 -
2006-12-17 18:40:36 +00:00
micha
ea2beb3e8f * fix classes units of all targets to depend on fgl, also fix dependencies in Makefile.fpc for it
git-svn-id: trunk@5627 -
2006-12-17 17:37:34 +00:00
daniel
75c0740b72 - Remove uuid unit from build. Calculating cryptograhic hashes has nothing
to do with networking, so should not depend on sockets. Further, we
    already have a uuid package for calculating uuids.

git-svn-id: trunk@5626 -
2006-12-17 17:03:50 +00:00
micha
3824e9ffe0 + tdbf collation unit
git-svn-id: trunk@5625 -
2006-12-17 15:59:48 +00:00
micha
b1c1b6fd3d + generic implementation of list and map; adapt TList/TStringList to use it
git-svn-id: trunk@5624 -
2006-12-17 15:52:42 +00:00
daniel
532b4cca28 * Rename Curline to CurLineNr to void confusion between variables
containing line numbers or actual lines

git-svn-id: trunk@5623 -
2006-12-17 15:38:50 +00:00
micha
b3ef974403 * update tdbf to tdbf svn
git-svn-id: trunk@5622 -
2006-12-17 14:55:56 +00:00
Jonas Maebe
e62b7ae4b1 * fixed solaris siginfo structure
git-svn-id: trunk@5621 -
2006-12-17 13:43:22 +00:00
Jonas Maebe
26adf7f98b - removed wrong BSDINC references
git-svn-id: trunk@5620 -
2006-12-17 13:27:55 +00:00
Almindor
a21e39ae16 * cleanup of previous stuff
git-svn-id: trunk@5619 -
2006-12-17 10:57:36 +00:00
ivost
39b718f62a * renamed uuid.pp to macuuid.pp
* compared to the new uuid.pas in packages/base/hash this one is linux only

git-svn-id: trunk@5618 -
2006-12-17 10:40:02 +00:00
Almindor
0385b4dad7 * fix 5599 (wrong logic in existance determination)
git-svn-id: trunk@5617 -
2006-12-17 10:31:59 +00:00
joost
a05469c221 * Fixed bug #7665 as suggested by David Mears
git-svn-id: trunk@5616 -
2006-12-17 02:21:29 +00:00
joost
cb2a463ed1 * Cleanup after changes in TDbf
git-svn-id: trunk@5615 -
2006-12-16 22:09:02 +00:00
ivost
603d8cba27 * fixed several things in uuid.pas, but it's not finished.
* node detection and state store/restore dont work

git-svn-id: trunk@5614 -
2006-12-16 18:04:16 +00:00
ivost
c6fa0f9d8d * new unit uuid that follows RFC 4122
* defined version enumeration for md5

git-svn-id: trunk@5613 -
2006-12-16 16:04:08 +00:00
Almindor
1b7f4b1e90 * adds "T" variants to types (delphi compat in the least)
git-svn-id: trunk@5612 -
2006-12-16 15:41:26 +00:00
Jonas Maebe
bb83dd823e * only test long double versions if FPC_HAS_TYPE_EXTENDED is defined
git-svn-id: trunk@5611 -
2006-12-16 14:51:28 +00:00
Jonas Maebe
e1805b9b9d * compiled versions instead of dummies
git-svn-id: trunk@5610 -
2006-12-16 14:48:54 +00:00
ivost
0a63d12099 * added RFC4122 fields to TGuid (those are used by uuid.pas, an implementation of RFC4122 functions)
git-svn-id: trunk@5609 -
2006-12-16 11:32:35 +00:00
florian
e0279b6cc9 + embedded target for fpcmake
git-svn-id: trunk@5607 -
2006-12-16 10:56:49 +00:00
Legolas
46edbf3352 * Changes for Nintendo DS target
git-svn-id: trunk@5606 -
2006-12-15 16:48:52 +00:00
Jonas Maebe
991c7da136 * support inc(pointer) in TP mode with range/overflow checking on as well
git-svn-id: trunk@5605 -
2006-12-15 13:02:00 +00:00
Jonas Maebe
87e7e435bf * store parameters at the callee side with the required alignment
git-svn-id: trunk@5604 -
2006-12-15 10:37:26 +00:00
Vincent Snijders
8109e38db2 * use mode fpc, because that uses slightly less memory
git-svn-id: trunk@5603 -
2006-12-15 09:34:43 +00:00
oro06
f64ec89e72 * fix when dataset is empty, must not read entire stream
git-svn-id: trunk@5602 -
2006-12-15 08:26:18 +00:00
oro06
76a3e61135 *wince: compile broken dword instead of boolean
git-svn-id: trunk@5601 -
2006-12-15 08:21:34 +00:00
michael
b98b65e714 * Applied correct patch this time
git-svn-id: trunk@5600 -
2006-12-14 22:02:38 +00:00
michael
bd9ee4dc83 * Added check for existing program file. Exception is raised if it is not found
git-svn-id: trunk@5599 -
2006-12-14 21:36:21 +00:00
michael
eaafd7db81 * Applied patch from Vincent Snijders to support subcomponent streaming
git-svn-id: trunk@5598 -
2006-12-14 21:19:46 +00:00