Commit Graph

331 Commits

Author SHA1 Message Date
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
peter
e4472e186e * math.rst added 2000-07-08 19:25:25 +00:00
peter
8b38902424 * exampleinstall target added 2000-07-01 23:03:18 +00:00
michael
8321fe29ab + Added ddecallack 2000-06-29 06:46:37 +00:00
peter
aae7c24beb * moved islibrary,isconsole,ismulithread to systemh as they are
os independent
2000-06-22 18:39:14 +00:00
pierre
989024b293 * use ioctlsocket in fdRead 2000-06-21 22:26:47 +00:00
pierre
4fa1eae43b * link smart and FIXXX const corrected 2000-06-21 22:26:08 +00:00
pierre
c518e56b09 * wrong overloads removed 2000-06-20 10:09:21 +00:00
michael
9fee5cffce + Corrected GetSocketOptions 2000-06-19 13:31:46 +00:00
pierre
bf1989d01d * string line problems fixed 2000-06-16 14:30:16 +00:00
pierre
d91b15f817 * GetFullPathName was wrong 2000-06-16 13:35:07 +00:00
pierre
54e0870303 * fix for bug #969: missing DDE functions 2000-06-15 19:56:12 +00:00
pierre
92fd826876 * avoid lines longer than 255 chars
+ add smartlink on by default, if not version 0.99.14
  * some functions not present in win95 DLL's are now only inserted if
    smartlink is on.
2000-06-15 11:26:57 +00:00
peter
04f409f667 * removed more var stuff which is now in redef 2000-06-14 19:24:58 +00:00
peter
11b7cb5637 * removed some declares which don't exists in dll 2000-06-12 19:54:25 +00:00
peter
3faa571532 * Windows unit has now more Delphi compatibile functions
* placed the external functions only in the interface
2000-06-11 07:04:58 +00:00
Tomas Hajny
a1064939f4 * parameter name change in FileSeek 2000-06-04 14:16:54 +00:00
Jonas Maebe
17c2136ba6 * should compile again 2000-05-29 05:32:50 +00:00
peter
8e4522215a * smart,shared lib including for rpm/deb 2000-05-26 20:50:09 +00:00
marco
f210e534e1 * added getlongname and getshortname 2000-05-26 12:03:13 +00:00
pierre
1f20a7e947 + DdeFreeStringHandle was missing 2000-05-25 12:57:22 +00:00
pierre
f86765618d * avoid some Range Check errors 2000-05-19 13:20:37 +00:00
marco
ae061a565a * JCL alias for getstringsexa 2000-05-17 11:01:55 +00:00
marco
0611a7bbc2 * JCL alias 2000-05-17 11:00:29 +00:00
peter
01e98ff122 * int64 support for diskfree,disksize 2000-05-15 19:28:41 +00:00
peter
cc216749d8 * defined filemode constants in windows unit 2000-05-08 13:25:34 +00:00
marco
1ea5a1824e * Forgot to remove the tpoint stuff. 2000-04-22 19:51:08 +00:00
marco
796dd36a1f * some redef fixes (for lazarus mwedit component) 2000-04-22 17:46:05 +00:00
pierre
60ed425f24 fix bug #902 for win32 and linux 2000-04-17 20:43:27 +00:00
pierre
02b4cfc193 * try to get it to work if output is redirected 2000-04-14 12:14:39 +00:00
peter
6ea5534991 * added extra ifdef to check if there are some objects else some
targets aren't added anymore
2000-04-11 15:34:47 +00:00
pierre
0f40c0b12a * used a outdated fpcmak, corrected 2000-04-07 08:19:05 +00:00
pierre
015b9930a0 add os_types to unit list for clean target 2000-04-06 20:14:15 +00:00
florian
a5f687d314 + Initial revision of printer unit for win32, took that one of go32v2 2000-04-06 08:27:33 +00:00
florian
2c210cd7ee * a lot of optimizing done 2000-04-02 12:12:22 +00:00
pierre
74907e307a * multiple exception handling works
(for linux only if syslinux is compiled with -dnewsignal)
2000-03-31 23:21:19 +00:00
florian
a6910bcb41 * some "resource leaks" fixed 2000-03-27 12:57:30 +00:00
florian
c2327b56aa * special keys like arrows and function keys are supported now by readkey 2000-03-27 12:56:55 +00:00
florian
8339ebc407 * colored bitmap font drawing fixed: the color brush
was selected for the recovery bitmap
2000-03-25 19:10:11 +00:00
florian
cca24e5632 * accelerated output of bitmap fonts 2000-03-24 18:18:15 +00:00
florian
0575fbbec7 * the window is now cleared by wm_create
* default mode is again 640x480x16
2000-03-24 12:57:41 +00:00
pierre
d3efe7df4d * a working makefile 2000-03-24 12:18:12 +00:00
florian
03869981ef * the mode detection takes now care of window caption and border
+ 1024x768 and 1280x1024 modes added
  + special gui modes added: largest window and maximized window to
    use the desktop as much as possible
  * Hline fixed: the windows function LineTo doesn't draw the last pixel!
2000-03-24 10:49:17 +00:00
marco
e99f82c8fa * fixed ostype problem 2000-03-21 13:26:58 +00:00
marco
b122dd9ff9 * Fixed os_types stuff 2000-03-21 13:24:31 +00:00
alex
a9745c53b6 + added overlaoded PeekMessage fundtion for delphi compatibility 2000-03-20 23:44:43 +00:00
alex
85135c503d * extended to make use of OS_TYPES unit. 2000-03-20 16:14:37 +00:00
pierre
1475038147 + WINT = longint to avoid errors 2000-03-20 11:42:46 +00:00
marco
4b4b9a7ba7 * Some more delphi compatible kernelfunc headers for JCL. 2000-03-19 20:30:27 +00:00
marco
ebe9dafe19 * some stuff for JCL 2000-03-19 20:29:06 +00:00
peter
2d6a92f17e * graph unit include is now independent and the dependent part
is now in graph.pp
  * ggigraph unit for linux added
2000-03-19 11:20:12 +00:00
florian
cf42fe5f4f * window class is registered only once => multible init/closegraphs are possible
* calling cleardevice when creating the window
2000-03-17 22:53:20 +00:00
michael
27b0900075 + Added more system exception handling afte T. Schatzl remark 2000-03-16 20:42:26 +00:00
michael
54f9bbd99b + Added constants and types for Delphi compatibility 2000-03-14 10:20:18 +00:00
pierre
1892f7443a * ExitDLL fixed : uses now SetJmp LongJmp
* System_exit unloads the exception hanlder before leaving
2000-03-10 09:21:11 +00:00
florian
682807bc00 + some new functions
* double click messages are handled like single clicks because this
    is the behavior as old DOS applications expect
2000-03-05 13:08:52 +00:00
florian
054ddd8cb3 + some more functions added, also some dummies 2000-03-05 13:07:58 +00:00
florian
385b19dbc7 * the title can be user defined 2000-03-05 13:06:32 +00:00
pierre
19f9321be5 * typo correction from bug #864 2000-03-01 11:18:39 +00:00
florian
d46c1c823c * writing at coloumn <screenwidth> wasn't possible in some cases,
fixed
2000-02-26 14:57:17 +00:00
peter
5bba83f3e4 * fixed fexpand with empty argument to return current dir 2000-02-26 13:24:26 +00:00
alex
ec5ee74a21 fixed structure sizes for any slang on 32 bit platform,
fiexed buggy conversions from c-short to pascal-integer,
needs some more work to be Win64 compliant,
szDescription/szSystemStatus is a zero terminated string with extra zero.
2000-02-23 16:48:10 +00:00
Jonas Maebe
79aa1752e9 * fixed WSADATA record structure bug 2000-02-23 15:00:55 +00:00
florian
c56118ccba * dub id fixed 2000-02-20 20:34:02 +00:00
sg
723d944396 * Changed the second argument of FileWrite from "var buffer" to
"const buffer", like in Delphi.
2000-02-17 22:16:05 +00:00
peter
6b66a55cd6 * truncated log 2000-02-09 16:59:28 +00:00
peter
a2318ce5ec * regenerated 2000-02-09 14:29:22 +00:00
peter
1ed0599052 * halt moved to system.inc 2000-02-09 12:24:39 +00:00
peter
2eb25f4422 * regenerated 2000-02-08 00:09:21 +00:00
peter
78cb6bfa89 * lineinfo unit added which uses stabs to get lineinfo for backtraces 2000-02-06 17:19:22 +00:00
pierre
927f40d079 * use int64 typecast in diskfree and disksize 2000-02-02 17:32:59 +00:00
peter
dfca2834a9 * regenerated 2000-01-28 12:17:02 +00:00
peter
16bcf1dd2c * regenerated 2000-01-26 21:19:49 +00:00
florian
b37ad7f1bf * new constants to compile dos unit again 2000-01-25 13:15:35 +00:00
florian
a8c87c6549 * disksize/diskfree return now a int64 2000-01-24 21:57:56 +00:00
peter
48603ff7a3 * support fm_inout as stdoutput for assign(f,'');rewrite(f,1); becuase
rewrite opens always with filemode 2
2000-01-20 23:38:02 +00:00
peter
61e04d8e80 * regenerated 2000-01-18 20:58:37 +00:00
pierre
5cf8dc7d80 * DLL crash fixed : ExitProcess can not be called in DLL system_exit
Problem : Halt or RunError code inside DLL will return to caller !!
  * Changed the "if h<4 then" into "if do_isdevice(h) then " in do_close
    to avoid closing of standard files
2000-01-18 09:03:04 +00:00
peter
206ae47ad5 * regenerate for win32 fix 2000-01-18 00:25:15 +00:00
peter
c67ec0e996 * fixed typo 2000-01-16 23:05:03 +00:00
peter
cea4495a20 * check handle for file closing 2000-01-16 22:25:38 +00:00
peter
c888816ce9 * use env var again for win32 2000-01-16 22:24:19 +00:00
peter
aadec7d674 * package generation fixes 2000-01-14 12:16:40 +00:00
peter
ffaf1b5adc * regenerated 2000-01-13 21:15:26 +00:00
peter
d2529529f5 * regenerated for new package deps 2000-01-13 11:40:51 +00:00
peter
03f93fb547 * regenerated to support gecho and win32 fpcext.cmd fixes 2000-01-12 23:26:13 +00:00
peter
f158f8be13 * added objfpc mode for 0.99.12 2000-01-12 10:43:40 +00:00
pierre
496f16ef2d * fsearch was still worng for multiple pathes 2000-01-11 13:45:19 +00:00
pierre
6a582a3902 * fsearch bugs and fexpand memory leak fixed 2000-01-11 12:49:26 +00:00
peter
55ce17b756 * regenerated, win32 uses fpcext.cmd file to pass options instead of
environment
  * packagename support
2000-01-10 23:02:21 +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
8cc5bdb728 * fixed exitprocess call, it's now in system_exit and uses exitcode 2000-01-06 23:40:36 +00:00
peter
fc6ef73478 * regenerated to support auto rtl compiling 2000-01-06 15:52:54 +00:00
peter
c1fabab00b * FPCDIR setting/detect
* lot of other updates to create .deb files correctly
2000-01-06 01:29:48 +00:00
peter
e3c8963279 * Makefile updates again 2000-01-04 00:00:14 +00:00
peter
2b4221b9b2 * regenerated 2000-01-03 19:42:36 +00:00
peter
8baf3100ca * fixed exporting of variables which are declared by commandline or
set in the Makefile itself
1999-12-24 15:25:50 +00:00
peter
926aa3030b * regenerated 1999-12-23 19:43:59 +00:00
peter
eef7f751b0 * regenerated 1999-12-22 01:09:18 +00:00