peter
|
ffaf1b5adc
|
* regenerated
|
2000-01-13 21:15:26 +00:00 |
|
peter
|
6b31a47ad8
|
* updates for new fpcmake features
|
2000-01-13 21:11:30 +00:00 |
|
peter
|
9c2c5c7c8e
|
* zipsourcesinstall
* zip fixes, bzip2 support with USETAR=bz2
* multi pkg's support to include several dirs
|
2000-01-13 21:08:46 +00:00 |
|
marco
|
3e27a0fa9c
|
* now flagged binary I hope.
|
2000-01-13 19:13:26 +00:00 |
|
marco
|
ea45c273eb
|
* Fixed input routine
|
2000-01-13 19:12:05 +00:00 |
|
marco
|
dfea6438af
|
* fixed too long topline
|
2000-01-13 19:11:16 +00:00 |
|
Jonas Maebe
|
04a3db19c2
|
* moved deallocation of registers used in reference that points to string after
copyshortstring (this routine doesn't require extra regs)
|
2000-01-13 16:52:47 +00:00 |
|
Jonas Maebe
|
5910b48cbe
|
* released -dalignreg
* some small fixes to -dnewOptimizations helper procedures
|
2000-01-13 13:07:05 +00:00 |
|
Jonas Maebe
|
7fbe48e245
|
* fixed warning
|
2000-01-13 13:06:03 +00:00 |
|
peter
|
d2529529f5
|
* regenerated for new package deps
|
2000-01-13 11:40:51 +00:00 |
|
peter
|
87d843fbbd
|
* better package dep creation
|
2000-01-13 11:34:26 +00:00 |
|
peter
|
277184ad38
|
* fixed zstream, it works now correct with zlib/paszlib
|
2000-01-12 23:43:40 +00:00 |
|
michael
|
78794fe79a
|
+ Initial implementation
|
2000-01-12 23:31:23 +00:00 |
|
peter
|
a1bfbbfeea
|
* log added
|
2000-01-12 23:29:49 +00:00 |
|
peter
|
03f93fb547
|
* regenerated to support gecho and win32 fpcext.cmd fixes
|
2000-01-12 23:26:13 +00:00 |
|
peter
|
db1631b118
|
* fixed uint setting. MSDOS is also defined for the go32v2 target, so
use first a check for FPC and if not found then check MSDOS
|
2000-01-12 23:21:59 +00:00 |
|
peter
|
c8b298b9ac
|
* gecho support
* use foreach to write fpcext.cmd
* add fpcext.cmd to clean targets
|
2000-01-12 23:20:36 +00:00 |
|
michael
|
d9b9560795
|
Works again inder linux
|
2000-01-12 23:11:03 +00:00 |
|
michael
|
f13bdfe511
|
+ Removed CR/LF
|
2000-01-12 22:55:24 +00:00 |
|
michael
|
110e306700
|
+ Initial implementation
|
2000-01-12 22:46:58 +00:00 |
|
michael
|
1973473209
|
+ Moved to subdirectories for easier packing
|
2000-01-12 22:02:26 +00:00 |
|
michael
|
ff5c5af14f
|
+ moved to subdirectories for easier packing
|
2000-01-12 22:01:39 +00:00 |
|
peter
|
f158f8be13
|
* added objfpc mode for 0.99.12
|
2000-01-12 10:43:40 +00:00 |
|
peter
|
8988e21b27
|
* fixed bug which sometimes matched .ppw with .pp
|
2000-01-12 10:40:59 +00:00 |
|
peter
|
96ed273164
|
* smartlinking fixes for binary writer
* release alignreg code and moved instruction writing align to cpuasm,
but it doesn't use the specified register yet
|
2000-01-12 10:38:16 +00:00 |
|
peter
|
6f3e82438e
|
* only give unsupported error once
|
2000-01-12 10:34:29 +00:00 |
|
peter
|
83c82663f2
|
* fixed group() writing
|
2000-01-12 10:31:45 +00:00 |
|
peter
|
0e4c33391c
|
* fixed library with only end.
|
2000-01-12 10:30:50 +00:00 |
|
peter
|
3ffb57efe4
|
* align codesegment at the end after main proc
|
2000-01-12 10:30:15 +00:00 |
|
pierre
|
fb2b4f7510
|
* wrong change for StrPas function corrected
|
2000-01-11 22:56:57 +00:00 |
|
marco
|
226a728dae
|
* direct params to internal asm.
|
2000-01-11 21:12:15 +00:00 |
|
marco
|
f2142127d8
|
* Direct params to internal assembler
|
2000-01-11 21:11:34 +00:00 |
|
marco
|
e8258f23c9
|
* Changed some direct asm params to real params
|
2000-01-11 21:11:04 +00:00 |
|
marco
|
dfe8d5e1ac
|
* Changed some (%ebp) to real parameters
|
2000-01-11 21:07:33 +00:00 |
|
Jonas Maebe
|
edf419d5a7
|
* removed a lot of memory leaks when an error is encountered (caused by
procinfo and pstringcontainers). There are still plenty left though :)
|
2000-01-11 17:16:04 +00:00 |
|
Jonas Maebe
|
f8e779a438
|
* fixed a serious memory leak
|
2000-01-11 17:14:49 +00:00 |
|
Jonas Maebe
|
9ffedb7aa4
|
- removed call to do_stop at the end of compile() since it obviously breaks the
automatic compiling of units. Make cycle worked though! 8)
|
2000-01-11 16:56:22 +00:00 |
|
Jonas Maebe
|
61416bb18e
|
+ call do_stop at the end of compile()
|
2000-01-11 16:53:24 +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
|
121e935fef
|
* docinstalldir is now calculated by asking ppc386 -iV
|
2000-01-11 09:55:36 +00:00 |
|
peter
|
6607475609
|
* fixed placing of .sl directories
* use -b again for base-file selection
* fixed group writing for linux with smartlinking
|
2000-01-11 09:52:06 +00:00 |
|
peter
|
9e78512a5e
|
* added fprcp
|
2000-01-10 23:50:36 +00:00 |
|
peter
|
7861b48108
|
* works also under go32v2
|
2000-01-10 23:46:19 +00:00 |
|
peter
|
dc4b6d1710
|
* regenerated, it was broken by a previous commit
|
2000-01-10 23:45:38 +00:00 |
|
peter
|
378d2653e8
|
* we don't need unit files here ;)
|
2000-01-10 23:44:42 +00:00 |
|
pierre
|
c0f405ad93
|
* problem with Paste solved
|
2000-01-10 23:20:04 +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 |
|
peter
|
4a5e8c9027
|
* ifdef destzipdir
|
2000-01-10 22:58:36 +00:00 |
|
peter
|
b3cc108b8e
|
* install more like debian with build/install rules
|
2000-01-10 22:57:56 +00:00 |
|