Commit Graph

452 Commits

Author SHA1 Message Date
pierre
6ad288cd32 * gdb_init has an arg argv0 containing the
executable name

git-svn-id: trunk@5805 -
2007-01-04 10:45:39 +00:00
pierre
179f6cc93f + added CAN_RUN_GDBVER, to allow to cross-compile
the IDE from win32 to go32v2. 

git-svn-id: trunk@5780 -
2007-01-01 23:22:05 +00:00
pierre
93fb280c6d + GDB 6.6 needs expat library by default.
git-svn-id: trunk@5727 -
2006-12-28 07:44:28 +00:00
chrivers
cd526811cf + Added sem_timedwait prototype for timeout-enabled semaphore wait
git-svn-id: trunk@5717 -
2006-12-26 17:04:59 +00:00
pierre
30456f6b81 + GDB 6.6 added
GDB 6.1 (for go32v2 target added)
    GDB_HAS_DEPRECATED_CBPH defined for versions where
    create_breakpoint_hook is deprecated.

git-svn-id: trunk@5697 -
2006-12-24 01:32:53 +00:00
pierre
c9c37f573b + DontClearGraphMemory added to be able to start a mode
without clearing everything (needed for IDE)
  * tried to clean assembler problems due to regcall
    conventions

git-svn-id: trunk@5696 -
2006-12-24 01:30:10 +00:00
ivost
a49adf4ea8 * fixed bug in uuid (it used MD4 instead of MD5
git-svn-id: trunk@5653 -
2006-12-20 00:13:51 +00:00
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
ivost
6a6c18b64a * removed the use of unit sockets
git-svn-id: trunk@5646 -
2006-12-19 10:42:04 +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
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
pierre
e970cfb5df * add explicit public to all cvar that are not external
git-svn-id: trunk@5565 -
2006-12-11 11:20:30 +00:00
Almindor
501f66e0ca + adds ipv6 resolve functions (thanks to Montaro)
* cleans up some uglies

git-svn-id: trunk@5549 -
2006-12-06 22:25:03 +00:00
florian
a50a204f7d + Replace function and tests
git-svn-id: trunk@5532 -
2006-12-03 10:22:02 +00:00
florian
4ae36f609a + started RegExprReplace
git-svn-id: trunk@5507 -
2006-11-27 16:22:39 +00:00
ivost
387e2e39b9 * fixed type definition
git-svn-id: trunk@5506 -
2006-11-27 12:52:25 +00:00
daniel
d89409f4b4 * Regenerate Makefile.
+ Display assumed gdb version as compiler message.

git-svn-id: trunk@5482 -
2006-11-26 11:05:20 +00:00
carl
e7f9d82cd5 Much more support for different features of regular expressions, see todo list for more information.
git-svn-id: trunk@5476 -
2006-11-25 18:54:37 +00:00
Almindor
51647f0f4c * adds proper cross-unix addrinfo record
git-svn-id: trunk@5457 -
2006-11-22 23:07:58 +00:00
Almindor
e36786454d * fix record mismatch in cnetdb
git-svn-id: trunk@5456 -
2006-11-22 23:01:55 +00:00
Almindor
877a111b95 * adds a libc netdb wrapper
git-svn-id: trunk@5455 -
2006-11-22 22:13:29 +00:00
ivost
10a035eeaf * Invalid SQL Types, fixed them
git-svn-id: trunk@5453 -
2006-11-22 21:59:48 +00:00
ivost
9b8a570db0 * added new unit unixcrypt.pas. With this unit you can generate and validate unix password hashes
git-svn-id: trunk@5452 -
2006-11-22 19:15:06 +00:00
Jonas Maebe
10f32e946e * fixed compilation
git-svn-id: trunk@5366 -
2006-11-13 22:25:24 +00:00
daniel
056ee3c865 * Fix bug #7814: use path instead of s^.path toprevent truncation.
git-svn-id: trunk@5358 -
2006-11-13 18:52:37 +00:00
florian
0e45e41bad * set to nil for safety
git-svn-id: trunk@5188 -
2006-11-02 22:25:37 +00:00
florian
1426b89bd7 * fixed things for libgdb 6.5
git-svn-id: trunk@5184 -
2006-11-02 19:28:41 +00:00
daniel
badacd3808 * Replace more ptrint by ptruint.
git-svn-id: trunk@5003 -
2006-10-22 17:28:18 +00:00
marco
d72a49fad0 * commented cond_t, already exported via unixtype, bug #7454
Still a NPTL decision has to be taken (6280)

git-svn-id: trunk@4931 -
2006-10-15 16:28:32 +00:00
marco
bde13ab714 * fix for unixtype exports + cr filtering
git-svn-id: trunk@4927 -
2006-10-15 15:26:32 +00:00
ivost
1543ba350c * fixed ntlm.pas
* improved md5.pp

git-svn-id: trunk@4916 -
2006-10-14 20:39:24 +00:00
ivost
0723cc11b1 * merged md4 and md5 code into one unit (md5.pp)
* the functions of md5.pp are renamed a littlebit and got a new parameter called Version (is either 4 or 5)
    * moved ntlm.pas (password hash) from packages/extra/ldap to packages/base/hash
    * fixed involved Makefile.fpc and run fpcmake -Tall -r in packages/

git-svn-id: trunk@4915 -
2006-10-14 19:54:17 +00:00
Jonas Maebe
0a23786605 - reverted r4880 (wrong varargs reform) and r4838 (wrong removal of
varargs/array of const overloads)
  * arrayconstructor and array of const are no longer compatible with
    the extra varargs parameters (so overloaded varargs and array of
    const cdecl functions can be distinguished)
  * fixed tprintf2 for the correct varargs syntax

git-svn-id: trunk@4909 -
2006-10-14 17:39:00 +00:00
ivost
cb75d8d6e4 * removed md4 packages from Makefile.fpc of packages/extra (it's moved to packages/base/hash)
* removed md4 dependency from ldap Makefile.fpc

git-svn-id: trunk@4895 -
2006-10-13 23:00:56 +00:00
daniel
b5e18b98be * Move md4 unit to hash package.
git-svn-id: trunk@4890 -
2006-10-13 20:19:02 +00:00
sekelsenmat
9e7b60ec42 Fixed apache 1.3 httpd.pas file
git-svn-id: trunk@4888 -
2006-10-13 18:23:31 +00:00
sekelsenmat
acebe35bba Fixed apache 1.3 compilation and windows defines.
git-svn-id: trunk@4887 -
2006-10-13 18:22:23 +00:00
florian
982fa40caa * rebuilt
* there is no apache for win64 yet

git-svn-id: trunk@4886 -
2006-10-13 17:51:00 +00:00
sekelsenmat
84703d482f Fixes for dbus example
git-svn-id: trunk@4883 -
2006-10-13 13:46:17 +00:00
michael
f0d242ac12 * Enabled compilation of apache 1.3 headers
git-svn-id: trunk@4879 -
2006-10-13 11:07:31 +00:00
sekelsenmat
bf384c8bd6 Fixed compiling for httpd 1.3.37
git-svn-id: trunk@4878 -
2006-10-13 10:58:19 +00:00
michael
3da55d7b11 * Removed unneeded files
git-svn-id: trunk@4877 -
2006-10-13 08:22:24 +00:00
michael
dfbef3a7cf + New version by Felipe Monteiro de Carvalho
git-svn-id: trunk@4876 -
2006-10-13 08:21:22 +00:00
michael
2979d4b68a * Apache headers by Felipe Monteiro de Carvalho added
git-svn-id: trunk@4875 -
2006-10-13 08:11:43 +00:00
michael
71a692368b + Added dbus for linux
git-svn-id: trunk@4873 -
2006-10-12 21:22:55 +00:00
michael
df7323318f + Initial check-in from Felipe Monteiro de Carvalho's implementation of dbus
git-svn-id: trunk@4872 -
2006-10-12 21:22:19 +00:00
florian
2a7ff92018 - removed all declarations with array of const having a varargs counterpart
git-svn-id: trunk@4838 -
2006-10-08 20:46:42 +00:00
florian
8d0f457f6f * if array of const in cdecled functions is omitted, varargs must be present, see #7504
git-svn-id: trunk@4836 -
2006-10-08 18:14:20 +00:00
daniel
13d8802175 * More ptrint -> ptruint
git-svn-id: trunk@4811 -
2006-10-06 07:48:02 +00:00