Jonas Maebe
469106629c
* properly initialise graphresult when setgraphmode is called directly
...
(patch by Nikolay Nikolov, mantis #16798 )
git-svn-id: trunk@15485 -
2010-06-27 12:38:30 +00:00
marco
bfbe9df673
* Patch from mantis 11724 that translates some asm and voodoo code to cleaner pascal
...
at the expense of some extra vars. (probably solves problems caused
by oldfpcpascal change)
git-svn-id: trunk@15019 -
2010-03-14 22:28:07 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
Jonas Maebe
70dea05563
* use MacOSAll instead of FPCMacOSAll
...
git-svn-id: trunk@13371 -
2009-07-08 18:44:06 +00:00
Jonas Maebe
4987dbbf41
* don't redefine smallint type (fixes mantis #14104 )
...
git-svn-id: trunk@13370 -
2009-07-08 18:39:57 +00:00
florian
a444d4e786
* another patch to PolyFill by borsa77
...
* some indention and newline mistakes fixed
git-svn-id: trunk@13281 -
2009-06-15 21:04:54 +00:00
florian
bf5666675a
* another fix to PolyFill by borsa77
...
git-svn-id: trunk@13263 -
2009-06-12 14:50:57 +00:00
florian
d338684196
* patch to fix fillpoly, by borsa77
...
git-svn-id: trunk@13208 -
2009-05-28 22:28:58 +00:00
peter
2916256b2c
* change externalurl to homepageurl
...
git-svn-id: trunk@12170 -
2008-11-18 23:58:52 +00:00
peter
f203a498e1
* fix archiving
...
git-svn-id: trunk@12168 -
2008-11-18 23:16:57 +00:00
marco
2bbe4590db
* Another batch of manifests added to the respective fpmakes. Until httpd22.
...
git-svn-id: trunk@11975 -
2008-10-26 20:18:05 +00:00
marco
47a997e4da
* fpmake: Small fixes + first round of manifests
...
git-svn-id: trunk@11958 -
2008-10-23 20:15:59 +00:00
marco
1295c499c9
* More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
...
gdbint moves two examples from src to exampledir + makefile fix.
git-svn-id: trunk@11949 -
2008-10-22 22:08:05 +00:00
marco
e5db5e4aa8
* regened makefiles to propagate makefile versions
...
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24
* updated all makefile.fpc versions to 2.2.2 for fppkg compat.
...
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +00:00
peter
7b188a6a0e
* reset version to latest release: 2.2.2-0
...
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
marco
2fbee5193d
* another fix.
...
git-svn-id: trunk@11794 -
2008-09-16 20:48:02 +00:00
marco
61dd45f079
* more freebsd/x86_64 fixes
...
git-svn-id: trunk@11793 -
2008-09-16 20:25:57 +00:00
giulio
048c7224b0
go32v2 graph: fix for seg_bytemove so that it works with oldfpccall and register calling
...
conventions.
git-svn-id: trunk@11283 -
2008-06-26 13:43:21 +00:00
Jonas Maebe
9d8bee1887
* regenerated with changes in r11233
...
git-svn-id: trunk@11234 -
2008-06-15 15:52:25 +00:00
giulio
14d4f02fa0
* fixed fpc_zipinstall for go32v2 and the like
...
* makefiles regenerated
git-svn-id: trunk@11180 -
2008-06-03 14:01:09 +00:00
Tomas Hajny
77581bedd1
* makefiles regenerated with newer fpcmake
...
git-svn-id: trunk@11107 -
2008-05-28 06:34:32 +00:00
Jonas Maebe
b6c43bad7d
* regenerated for i386-Haiku and darwin cross compilation changes
...
git-svn-id: trunk@11073 -
2008-05-24 09:29:08 +00:00
micha
0b2f80a38b
* regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems)
...
git-svn-id: trunk@10888 -
2008-05-05 18:46:55 +00:00
Jonas Maebe
61f266bf4f
+ add support for different modes on startup instead of only one
...
hardcoded one
git-svn-id: trunk@10727 -
2008-04-19 21:58:23 +00:00
Jonas Maebe
18b66ad036
* fixed opcode decoding after r10418 ("shortint and $80" now becomes
...
a byte instead of remaining a shortint) + fixed (harmless) range error
git-svn-id: trunk@10726 -
2008-04-19 21:54:48 +00:00
Jonas Maebe
dbc7e36007
+ added {$linkframework Carbon} to FPCMacOSAll so -k"-framework Carbon" is
...
not longer needed when using that unit
- removed the same statement from the Mac OS X graph unit (since it uses
FPCMacOSAll)
git-svn-id: trunk@10411 -
2008-03-01 17:22:57 +00:00
Jonas Maebe
900f7bd16d
* fixed external declaration of FPCMacOSXGraphMain
...
git-svn-id: trunk@10408 -
2008-03-01 13:26:14 +00:00
Jonas Maebe
0cd1029cdf
* rewrote the setup code using {$pascalmainname x} so you can
...
use this graph unit like any other (instead of having to put all
code in a separate function and then calling StartGraphProgram
with the address of this function as parameter)
git-svn-id: trunk@10407 -
2008-03-01 13:07:12 +00:00
marco
4a08ad5a33
* first batch
...
git-svn-id: trunk@10209 -
2008-02-04 20:43:54 +00:00
peter
3522ff84be
* fixed win32 build
...
git-svn-id: trunk@10071 -
2008-01-27 21:33:51 +00:00
marco
66af0653fb
* graph moved
...
git-svn-id: trunk@10036 -
2008-01-27 11:43:58 +00:00