Commit Graph

55 Commits

Author SHA1 Message Date
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
Carsten Haitzler 7e672d79f8 ok that's it. fuck stdtypes.
SVN revision: 11588
2004-09-09 00:48:12 +00:00
technikolor 5f9604253c Typo fix.
SVN revision: 11378
2004-08-25 18:51:42 +00:00
vacuum 58dda3b0ad Better fix.
SVN revision: 11233
2004-08-15 21:29:35 +00:00
tsauerbeck af9fa5f640 increase max line length some more
SVN revision: 11184
2004-08-08 16:18:18 +00:00
tsauerbeck 812d070717 increased max line length. this helps with edje scripts.
SVN revision: 11182
2004-08-08 11:52:31 +00:00
vacuum 1093d85d74 FreeBSD fix, seems trivial enough, hopefully won't break Linux.
SVN revision: 11128
2004-08-02 15:13:26 +00:00
Carsten Haitzler dcac490cff back to previous. no snprintf's. one of these broke embryo_cc.
SVN revision: 11037
2004-07-27 00:58:25 +00:00
vacuum 422dc28718 Fix my previous snprintf commit.
SVN revision: 11015
2004-07-25 14:52:24 +00:00
vacuum 5345cd6a90 sprintf -> snprintf
SVN revision: 11008
2004-07-25 04:40:16 +00:00
tsauerbeck 44a33d1f1d fixed some warnings
SVN revision: 10778
2004-07-11 09:50:42 +00:00
Carsten Haitzler b841fafc7f missed a *!
SVN revision: 10489
2004-06-10 08:52:35 +00:00
digitalfallout 0af884c6ec sec fix
SVN revision: 10450
2004-06-06 15:43:05 +00:00
Carsten Haitzler e7b077d975 warning instead of abort
SVN revision: 10413
2004-06-02 02:29:44 +00:00
Carsten Haitzler 6567775653 notes...
SVN revision: 10240
2004-05-15 05:39:44 +00:00
Carsten Haitzler ae778d5ef9 dont use t! its not standard!
SVN revision: 9920
2004-04-27 08:05:12 +00:00
Carsten Haitzler 0d755cb255 formatting and all sorts of cleanup stuff... not anywhere near done or
perfect... :(


SVN revision: 9805
2004-04-20 03:50:11 +00:00
Carsten Haitzler 74881aa1da selly's no more warnings...
SVN revision: 9672
2004-04-10 05:55:23 +00:00
Carsten Haitzler 811cd94fba more meaty api...
SVN revision: 9518
2004-03-29 11:58:57 +00:00
Carsten Haitzler 4059260663 shhh!
SVN revision: 9513
2004-03-28 05:14:58 +00:00
Carsten Haitzler aa5c25341f damn! dont screw with the filenames so much!
SVN revision: 9511
2004-03-28 04:53:35 +00:00
Carsten Haitzler a6ea2124d2 woop! it works... 64bit cleanliness left.
SVN revision: 9483
2004-03-26 04:12:36 +00:00
Carsten Haitzler 12841180fd move to default.inc - now u dont need to #include <float> anymore
compiler deletes .asm's again...


SVN revision: 9473
2004-03-25 09:44:55 +00:00
Carsten Haitzler 552e101418 and fix this to work on PPC (big endian)
still have to check for 64bit... that is borken, i think...


SVN revision: 9472
2004-03-25 09:29:16 +00:00
rbdpngn c1b170777d Use stdint.h when available, otherwise define the stuff ourselves.
SVN revision: 9466
2004-03-25 06:35:38 +00:00
Carsten Haitzler f14640499b need a swap!
SVN revision: 9457
2004-03-25 03:05:27 +00:00
Carsten Haitzler eefce8aa05 fix
SVN revision: 9456
2004-03-25 02:14:56 +00:00