Commit Graph

81 Commits

Author SHA1 Message Date
doursse 9817e365b1 fix gettimeofday on windows and add __UNUSED__ for unused parameters
SVN revision: 34245
2008-04-11 05:59:42 +00:00
doursse 5b899a19e3 initialize correctly the stuctures
SVN revision: 34243
2008-04-11 05:29:33 +00:00
doursse 54c28a5391 add guards when including config.h
SVN revision: 34132
2008-03-28 18:32:09 +00:00
doursse ee23c4b248 * make cegcc aware of the _WIN32 macro
* fix warning


SVN revision: 34078
2008-03-22 08:31:38 +00:00
doursse 45e9085e13 linux has a case sensitive fs
SVN revision: 34074
2008-03-22 00:25:07 +00:00
doursse 53c0a2d01d * add evil support and remove evil windows code
* correctly handle alloca include
 * remove trailing spaces


SVN revision: 34072
2008-03-21 17:18:25 +00:00
Carsten Haitzler 7bc642aff1 fix path string stuff to not be able to overflow (unlikely tho - ever)
SVN revision: 33571
2008-01-24 00:25:13 +00:00
doursse 4317fe9155 update win32 port : use fulpath instead of a function, use correct temp dir value and correct open function according to the compiler
SVN revision: 32881
2007-11-25 11:38:49 +00:00
doursse 59d2a4a627 autostuff improvements:
* use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran and c++ compilers
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS


SVN revision: 32340
2007-11-04 09:44:15 +00:00
Carsten Haitzler 6e452edfd4 patches applied as per emails :)
SVN revision: 28302
2007-02-10 17:23:09 +00:00
Carsten Haitzler 449550166b remove embryo debug/test stuff - move to elsewhere
SVN revision: 26823
2006-10-28 06:45:49 +00:00
sebastid ab48ebabe5 Remove unused variable.
SVN revision: 25520
2006-09-06 07:11:31 +00:00
Carsten Haitzler 49bd390565 some prefix fixes for env vars
SVN revision: 24104
2006-07-21 15:55:54 +00:00
Carsten Haitzler 30cad4260b fix bin/lib prefix - pass as -D
SVN revision: 23874
2006-07-13 16:35:46 +00:00
Carsten Haitzler 3bc78e5f07 add prefix detection to embryo
SVN revision: 23820
2006-07-10 18:31:18 +00:00
sebastid 95b180caa0 Don't use strlen to check if a string is empty.
SVN revision: 18270
2005-11-04 08:16:24 +00:00
Carsten Haitzler d28cb025f3 shaddap callipygous
:)


SVN revision: 17923
2005-10-25 02:39:44 +00:00
Carsten Haitzler 1f9fd57215 include fix
SVN revision: 17566
2005-10-15 08:48:43 +00:00
Carsten Haitzler 6b1e15b267 packed poo --
SVN revision: 14891
2005-05-22 03:01:22 +00:00
tsauerbeck 7b41e4e522 include config.h
SVN revision: 14188
2005-04-13 20:36:07 +00:00
tsauerbeck 9becc884d2 removed unused function
SVN revision: 14187
2005-04-13 20:34:51 +00:00
tsauerbeck 155dc59a6f removed duplicatestring(), which was horribly broken and pretty useless
SVN revision: 14186
2005-04-13 20:27:03 +00:00
tsauerbeck c1aa21b165 next round of cleanup
SVN revision: 14185
2005-04-13 20:16:30 +00:00
tsauerbeck 0335fea64d properly include config.h
SVN revision: 14184
2005-04-13 20:01:23 +00:00
tsauerbeck eee6e7059d removed embryo_cc_sclinux.h
SVN revision: 14183
2005-04-13 19:52:55 +00:00
tsauerbeck 3559fa001e cleanup
SVN revision: 14182
2005-04-13 19:50:58 +00:00
tsauerbeck ad337df8cf fuck windows-isms
SVN revision: 14179
2005-04-13 19:45:19 +00:00
tsauerbeck ab64c38407 removed unused macros
SVN revision: 14178
2005-04-13 19:38:53 +00:00
tsauerbeck 8b6e8a16c9 some more cleanup
SVN revision: 14177
2005-04-13 19:37:01 +00:00
tsauerbeck b8d6ef0f60 we don't have no fortify.h
SVN revision: 14176
2005-04-13 19:22:58 +00:00
tsauerbeck ba98ad2841 removed some unused code
SVN revision: 14175
2005-04-13 19:21:07 +00:00
tsauerbeck 5154569ca9 s/sc_printf/printf/ i hope i'm not missing anything :)
SVN revision: 14174
2005-04-13 19:18:12 +00:00
tsauerbeck 7037866a71 replace ishex() by isxdigits() calls
SVN revision: 14063
2005-04-01 15:15:38 +00:00
tsauerbeck 7f9e3204b1 remove no longer needed (crappy) code
SVN revision: 14062
2005-04-01 15:11:31 +00:00
tsauerbeck 207ee341a7 sanitized asm file handling
SVN revision: 13925
2005-03-26 16:44:12 +00:00
tsauerbeck b02572979a use a temporary file for the intermediate asm output
SVN revision: 13924
2005-03-26 16:37:25 +00:00
tsauerbeck 62785c2466 Don't simply change the extension of the input file to foo.sma if it doesn't end in '.sma' already. If we really want embryo_cc to only accept *.sma files, it should print an error message if we feed it something other than a *.sma file. To be defined ;)
SVN revision: 13922
2005-03-26 15:27:14 +00:00
tsauerbeck 383755fc56 removed some dead code
SVN revision: 13921
2005-03-26 15:21:02 +00:00
Carsten Haitzler 1da201a836 autopackage up embryo
SVN revision: 13851
2005-03-22 13:10:09 +00:00
tsauerbeck c748aecba1 fixed switch statements with only one case statement
SVN revision: 13517
2005-02-26 14:46:07 +00:00
Carsten Haitzler f778cf70fb forcibly shut up about loose indentation!
SVN revision: 12399
2004-12-08 06:05:23 +00:00
Carsten Haitzler feb5571092 hidden symbol support
SVN revision: 12252
2004-11-25 05:18:31 +00:00
tsauerbeck 63f3874903 better vim modelines for raster code
SVN revision: 11910
2004-10-19 16:50:27 +00:00
Carsten Haitzler 78e5656a61 instruction limiter on the amx lets u limit function runs in instruction count
SVN revision: 11905
2004-10-19 09:36:35 +00:00
tsauerbeck 381ac7f9f8 init vars before usage
SVN revision: 11889
2004-10-15 15:12:05 +00:00
tsauerbeck 75d0539221 use EMBRYO_FLOAT_TO_CELL/CELL_TO_FLOAT macros in the sanity checks. not sure we need this anymore at all since we now use a union to do the casting.
SVN revision: 11888
2004-10-15 15:11:26 +00:00
tsauerbeck 4d82a78bdb cvsignore
SVN revision: 11886
2004-10-15 11:52:17 +00:00
tsauerbeck 2a15427bf5 command line arguments are now handled in a sane way: '-i blah' instead of '-iblah' etc. removed error filename crap, we prefer to redirect stderr.
SVN revision: 11844
2004-10-12 16:57:38 +00:00
tsauerbeck d833f56657 Implemented string concatenation.
For example, "pants""off" becomes "pantsoff".


SVN revision: 11831
2004-10-11 17:49:59 +00:00
Carsten Haitzler 0d4c9b87ff ignore loose indentation :)
SVN revision: 11735
2004-09-28 03:06:21 +00:00