Commit Graph

846 Commits

Author SHA1 Message Date
Tomas Hajny
76c9411116 * Makefiles regenerated 2004-12-05 19:01:01 +00:00
Tomas Hajny
cf1782e628 * Makefiles regenerated 2004-12-05 17:47:51 +00:00
Tomas Hajny
f10640227e * Makefiles regenerated 2004-12-05 17:37:44 +00:00
Tomas Hajny
c1fa0e460b * Makefiles regenerated 2004-12-05 17:36:45 +00:00
Tomas Hajny
390876bdb4 * Makefiles regenerated 2004-12-05 16:54:46 +00:00
peter
f09760a71c * fix buffer overflow 2004-12-04 23:06:38 +00:00
marco
ef22375e59 * fixing empty import lines 2004-12-02 08:13:33 +00:00
Tomas Hajny
7044e6895b * compilation fix for non-Unix platforms 2004-11-28 21:56:00 +00:00
Tomas Hajny
78dcc31778 * workaround for IE200411171 2004-11-28 16:16:25 +00:00
armin
f4ffaa9828 * applied peters patch for cross compile (bin installation) 2004-11-26 13:03:07 +00:00
Jonas Maebe
f3854a696f - removed call to getlastdlerror
* changed some Mac OS X paths to be more generic
2004-11-25 11:42:50 +00:00
Jonas Maebe
1e075fd1c0 + added glutInit() calls where they were missing
* made sure that the glutDisplayFunc() is registered in time (new check
    as of glut 3.0)
  -> all demos now work under Mac OS X!
2004-11-24 20:49:03 +00:00
Jonas Maebe
1ef474cd76 + basic Mac OS X support, only bounce works for now though 2004-11-24 20:04:09 +00:00
peter
ffc095ee05 * fix external (patch from Tomas) 2004-11-22 22:09:12 +00:00
peter
2633b4883f * external fixes 2004-11-21 16:33:55 +00:00
marco
93ea5b3070 * recursive dependancy fixed. Makefile not regened, will be done auto in time 2004-11-14 19:25:52 +00:00
marco
2dfadfc8fd * initialise error to false. Why was this not found yet? :-) 2004-11-14 15:55:25 +00:00
marco
dc64bbefbf * xinerama patch from Colin. Slightly baseunixified 2004-11-13 13:37:30 +00:00
peter
9c8a96c6dc * fixed run directory
* Open dialog starts in dir of last editted file
2004-11-08 21:55:09 +00:00
peter
6c1baf0232 * use full static libnames for linux 2004-11-06 17:58:35 +00:00
peter
3eb39ce4f3 * inferior ptid enabled by default 2004-11-05 17:57:04 +00:00
peter
2d1b5af8ef * libgdb dir moved 2004-11-05 15:54:07 +00:00
florian
922e99b79e * proper Makefile regenerated 2004-11-05 14:53:22 +00:00
peter
fcdd89b962 libgdb now will be search in fpcdir 2004-11-05 13:24:44 +00:00
peter
a015aa9832 finding of libgdb.a updated 2004-11-05 12:48:45 +00:00
peter
e2b9b82c7f libgdb 6.2.1 2004-11-05 12:33:59 +00:00
peter
20e025c8d0 fixed win32 libraries 2004-11-05 12:30:27 +00:00
peter
050e8a3acc 6.2.1 has extra field in symtab 2004-11-04 23:58:08 +00:00
peter
e32e9da818 drop 4.x support, fixed 6.2.x support 2004-11-04 17:56:36 +00:00
marco
b83ba1eed9 * fix from mischi 2004-11-03 16:32:20 +00:00
florian
0dbbb1aac0 * 64 bit fixes 2004-11-02 23:33:32 +00:00
marco
2d0788e39f * more endian fixes 2004-11-01 21:01:29 +00:00
peter
e23f68ca90 * updates from ik_5 2004-10-31 18:52:45 +00:00
peter
73fa570df3 * build zlib first, it is needed by libpng 2004-10-31 18:49:29 +00:00
peter
86f78c7300 * units are now created in separate directory units/cpu-os/
* distclean uses cleanall rule and removes units dir
  * cross compile support fixed, it is now possible to cycle a ppcsparc
    without deleting ppc386
  * bintutilsperfix defaults to cpu-os-
2004-10-30 12:36:43 +00:00
peter
e71d0d3670 * more x11 headers from Ido Kannner 2004-10-10 18:28:00 +00:00
peter
2005a18abf * xi header conversion donated by ik_5 2004-10-05 19:37:57 +00:00
armin
ddb502540a * added support for gdb 6.0 and 6.2.1 2004-10-04 17:59:19 +00:00
michael
756ddadb81 + Working versions 2004-09-30 19:43:45 +00:00
michael
b2a1cf91b0 + Split everything in version 3 and version 4 2004-09-30 19:34:47 +00:00
michael
61172d8471 + Some compatibility issues fixed 2004-09-28 19:08:08 +00:00
michael
991183d8f0 + Switch to version 4.0 2004-09-28 18:38:44 +00:00
michael
b220cddb1f + Moved to subdir, switching to version 4.0 2004-09-28 18:38:23 +00:00
michael
6313ed64ca + Added postgres3 unit 2004-09-26 18:54:53 +00:00
armin
75a3f6a4f9 * removed redefinition of TextRec, included Dos-Unit for TextRec 2004-09-22 13:45:48 +00:00
peter
19bbd2eb81 * xkb header conversion donated by Ido Kannner 2004-09-16 17:38:45 +00:00
Jonas Maebe
159912ec47 * fixed definition of pthread_mutex_t for non-linux targets (and for
linux as well, actually).
  * base libpthread definitions are now in ptypes.inc, included in unixtype
    They sometimes have an extra underscore in front of their name, in
    case they were also exported by the packages/base/pthreads unit, so
    they can keep their original name there
  * cthreadds unit now imports systuils, because it uses exceptions (it
    already did so before as well)
  * fixed many linux definitions of libpthread functions in pthrlinux.inc
    (integer -> cint etc)
  + added culonglong type to ctype.inc
2004-09-09 20:29:06 +00:00
armin
458e3c3780 * makefiles regenerated
* ide: added target netwlibc
2004-09-04 23:33:38 +00:00
Jonas Maebe
341d25bfb2 * fixed pthread type definitions for darwin and made them generic 2004-08-25 21:42:11 +00:00
michael
977f705ba0 + Works now with Delphi streams too 2004-08-17 18:32:42 +00:00
michael
66c66c9b09 + Added HTTP test 2004-08-17 18:30:43 +00:00
sg
5dbbf8adac * Added typecast within FSTypeToString to avoid problems when compiling
with range checks enabled
2004-08-14 20:26:59 +00:00
olle
6476856744 + added, on unixes, $linklib mysqlclient 2004-08-05 10:36:25 +00:00
michael
9fab2cc120 + Added md5 directory 2004-08-01 08:29:27 +00:00
armin
89b6cff203 * added unzip for netware target 2004-07-30 18:46:39 +00:00
Jonas Maebe
9f04906560 * fixed st_mem_root record (only changed for 3.23, may still be wrong for
3.21)
2004-07-01 20:04:17 +00:00
michael
e964ce7ca3 + Fixed XrmHashBucket and Xrmstring types, sas suggested by Jeff Pohlmeyer 2004-06-09 12:09:18 +00:00
michael
c375296ac3 + Patch from Jeff Pohlmeyer to fix macros 2004-06-09 12:06:26 +00:00
florian
225bc56f4f + added an error message, if the glu library isn't found 2004-06-05 07:30:57 +00:00
michael
ddf83bad19 + Version 1.9.4 2004-05-30 09:44:59 +00:00
michael
1682586b08 + Version on 1.9.4 2004-05-30 09:38:26 +00:00
florian
765b407e0c * first part of version number update 2004-05-30 09:15:35 +00:00
yuri
16e1182902 * Some functions updated. 2004-05-26 16:38:58 +00:00
yuri
5785fe3801 + Initial import 2004-05-26 16:32:32 +00:00
peter
fbeed9f421 * adapt for 64bit textrec 2004-05-25 15:52:15 +00:00
peter
423fde7ac6 * regenerated 2004-05-23 18:25:48 +00:00
Jonas Maebe
39183a8778 * darwin fixes by mischi 2004-05-08 20:51:52 +00:00
Jonas Maebe
8dd485f78c * Darwin fixes by mischi 2004-05-08 20:50:19 +00:00
peter
7183fbbb7f * 64 bit fixes 2004-05-03 20:52:48 +00:00
Jonas Maebe
7f5711e17f + added usage instruction for gdtest by mischi 2004-05-02 21:03:41 +00:00
Jonas Maebe
b764d7f213 * fixes for darwin by mischi 2004-05-02 20:50:38 +00:00
Jonas Maebe
6b950b6959 * fixed darwin incompatibilities 2004-05-02 19:14:47 +00:00
michael
0e4c0cfd0b + Added isblank function. reported by Mario R. Carro 2004-05-02 15:36:07 +00:00
michael
52eb05e365 + Fixed inclusion of ctypeh.inc, reported by Mario R. Carro 2004-05-02 15:30:55 +00:00
michael
eb4df64ffc + Fixed S_ISXX parameter typ to __mode_t as suggested by Michalis Kamburelis 2004-05-02 14:55:00 +00:00
michael
6fc1eee56c + Fixed stat record as reported by Michalis Kamburelis 2004-05-02 14:50:30 +00:00
michael
21aff687ac + Fixed getpwuid_r as reported by Michalis Kamburelis 2004-05-02 14:48:50 +00:00
michael
5c2ad1c4ec + Fixed octal constants. Thanks to Martin Schreiber for reporting it 2004-05-02 14:20:50 +00:00
michael
fe23e95957 + Fixed __timezone_ptr_t. Thanks to Martin Schreiber for reporting it 2004-05-02 14:12:32 +00:00
carl
4707b6e491 * fix stupid update bug 2004-05-02 06:50:34 +00:00
carl
c41610d6b7 - remove file to avoid conflicts 2004-05-01 17:41:50 +00:00
carl
f40e1dc255 + added palmos units 2004-05-01 00:09:47 +00:00
carl
525448c5dd + added palm units, and change the names to lowercase to avoid problems 2004-05-01 00:06:16 +00:00
carl
702b0cbc31 + added amunits automatic building 2004-04-30 13:51:58 +00:00
olle
73f73fb6f1 * updated according to the new version of fpcmake.ini 2004-04-20 23:29:59 +00:00
marco
6e38263ffc * initial versions 2004-04-18 14:47:11 +00:00
marco
59c7d30e12 * shared lib generation fixed for non win32 targets 2004-04-18 11:23:22 +00:00
marco
eb5d730d99 * small typo fix from Mischi 2004-04-13 09:04:55 +00:00
florian
86e92d9daf * i386 compilation on debian biarch fixed 2004-04-12 18:16:15 +00:00
marco
81074127e3 * bug/endianfix to hosttonet nettohost 2004-04-10 15:37:57 +00:00
michael
f61b5b56f5 + Fixed gdk_ic_new,gdk_ic_attr_new, gdk_ic_attr_destroy gdk_ic_set_attr gdk_ic_get_attr, noted by marc weustink 2004-04-01 12:25:37 +00:00
florian
c1608e3c69 + darwin rules added (derived from fbsd) 2004-03-29 19:40:44 +00:00
florian
116b5f2483 + darwin support 2004-03-29 18:16:02 +00:00
michael
3bf060e15c + Moved ineth.inc to aineth.inc as originally intended. Thanks to Sebastian Volland 2004-03-24 20:01:26 +00:00
peter
29a9254304 * uncgi removed 2004-03-19 18:00:55 +00:00
peter
beaaeed1e1 * regenerated 2004-03-15 21:57:50 +00:00
peter
afe7a7b69c * cmem moved to rtl 2004-03-15 21:46:07 +00:00
Jonas Maebe
6f33bdbfae + added memsize() support (needed to use cmem with the compiler) 2004-03-12 13:08:08 +00:00
Tomas Hajny
3b8d291ddf + unzipdll enabled for emx target 2004-02-22 16:09:38 +00:00
Tomas Hajny
fa6166944f Makefiles regenerated 2004-02-22 16:07:41 +00:00
Tomas Hajny
911a1037db Makefiles regenerated 2004-02-22 15:57:13 +00:00
Tomas Hajny
6bf9276a38 Makefiles regenerated 2004-02-22 15:37:41 +00:00
peter
df73e544d2 * 1.0.x fix 2004-02-20 21:35:00 +00:00
michael
6fba28d11a + Delphistream is standard for FPC>1.0.10 2004-02-20 19:58:32 +00:00
michael
e07884d53c + Added missing units by mattias gaertner 2004-02-20 19:58:04 +00:00
marco
884e13a726 * linklib pthread from now on 2004-02-15 19:59:20 +00:00
peter
30795ad6f9 * linklib c only for unix 2004-02-12 15:59:27 +00:00
peter
f83e507fd0 * linklib c added 2004-02-11 20:50:48 +00:00
michael
59a791ced2 * Moved makefile options to jconfig.inc 2004-02-07 23:34:51 +00:00
michael
456433d7d2 + Added pasjpeg 2004-02-07 23:14:01 +00:00
michael
312f5f4711 + Initial import in CVS 2004-02-07 23:11:16 +00:00
florian
9393dc18bb + another missing cdecl for procedure variables added 2004-02-04 23:18:52 +00:00
florian
261f3e4927 + missing cdecl for procedure variables added 2004-02-04 23:01:28 +00:00
michael
56345782e8 + Patch from Johannes Berg 2004-01-24 12:23:10 +00:00
michael
58adff1d7f + Added some compatibility types 2004-01-19 19:37:05 +00:00
marco
55850b063a * regenerating the makefiles with some netbsd fixes + version upgrades 2004-01-05 23:34:21 +00:00
marco
b487ca1339 * fixed a few makefiles version numbers 2004-01-05 23:29:35 +00:00
Jonas Maebe
f8c27a4365 + Darwin support in Makefiles 2004-01-05 12:54:32 +00:00
michael
547efccdb6 + Need to ifdef LIBC_OLDERRNO in implementation 2003-12-31 15:54:53 +00:00
michael
5ac94f8092 + Fixed errno_location problem 2003-12-31 10:46:08 +00:00
florian
8c796e366d * asm mode is only on i386 set now 2003-12-26 15:20:25 +00:00
peter
be4dfaa4d3 * row changed to ppchar 2003-12-26 13:56:50 +00:00
michael
dcacb6fffd + Fixed trimming of nameserver entries 2003-12-12 20:50:18 +00:00
marco
b718d900c7 * now uses initc 2003-12-10 12:16:14 +00:00
sg
3eb6ec7db6 * Small typo fixes for making libasync working in mainbranch 2003-11-30 12:26:54 +00:00
yuri
cab25381f0 * more ported functions 2003-11-30 08:13:14 +00:00
michael
96f31b62a0 + Patch from Johannes Berg for bug #2699 2003-11-24 21:58:27 +00:00
michael
3ef04b51da + IPV6 test program by Johannes Berg 2003-11-22 23:18:56 +00:00
michael
1cecd38bca Patch for ipv6 and CNAME record support from Johannes Berg 2003-11-22 23:17:50 +00:00
sg
be56bf3901 * Now resistent against clearing already removed notify handles 2003-11-21 01:06:18 +00:00
sg
dc34d11311 * Improved checks for valid handles 2003-11-21 01:05:28 +00:00
marco
0610caa107 * termio unit 2003-11-19 17:11:39 +00:00
marco
d709cc12ab * now linklib's 2003-11-16 21:30:24 +00:00
marco
0373bbb4fa * linuxerror fix 2003-11-14 17:14:13 +00:00
yuri
09f64cba2c * Added missed part of integer x word fix 2003-11-14 09:34:35 +00:00
Tomas Hajny
1124bd2690 * incorrect type (integer x word) fixed 2003-11-07 20:43:23 +00:00
marco
3561b1e55a * sqllite and pthreads added 2003-11-05 21:12:01 +00:00
florian
7270689bab * GDB_V5 define fixed 2003-11-05 15:41:30 +00:00
marco
d9b18c297c * freebsd fixes to get syncobjs running 2003-11-04 09:02:18 +00:00
marco
309307f0a7 * freebsd translation 2003-11-03 11:38:38 +00:00
marco
b829d3a2de * fix from peter for 1.9 release problem 2003-11-03 09:34:42 +00:00
marco
e767910cdd * Updated package version to 1.9.0 2003-11-01 22:39:23 +00:00
marco
77870d5e8d * package version updated to 1.9.0 2003-11-01 22:29:21 +00:00
peter
2d6deeaade * regenerated 2003-10-28 16:44:35 +00:00
peter
168ccf83c3 * regenerated 2003-10-27 15:58:54 +00:00
peter
b409f807f5 * renamed forms unit to xforms to prevent conflict with Forms
from the LCL
2003-10-27 15:48:13 +00:00
florian
82752eb4c2 + menu usage demo added 2003-10-15 17:05:21 +00:00
florian
df04e18dd3 + some print functions added 2003-10-15 17:04:40 +00:00
yuri
e5b1812da0 + Import 2003-10-14 14:42:09 +00:00
peter
9fc4e555dd * regenerated 2003-10-09 14:35:20 +00:00