2002-11-18 |
cuz | Set the file name bank to bank zero on startup to make... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
cuz | New module fileio-test.c |
commit | commitdiff | tree | snapshot |
2002-11-17 |
cuz | Working on the CBM file functions |
commit | commitdiff | tree | snapshot |
2002-11-17 |
cuz | Added posixio-test.c |
commit | commitdiff | tree | snapshot |
2002-11-16 |
cuz | Finally: Commodore file I/O |
commit | commitdiff | tree | snapshot |
2002-11-16 |
cuz | Make close() fastcall |
commit | commitdiff | tree | snapshot |
2002-11-16 |
cuz | Renamed fmode.inc -> fcntl.inc |
commit | commitdiff | tree | snapshot |
2002-11-16 |
cuz | Moved fmode.inc -> fcntl.inc, add new constants |
commit | commitdiff | tree | snapshot |
2002-11-16 |
izydorst | replaced reference to vlink utility with grc call with... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
cuz | Fix open flags, minor optimization |
commit | commitdiff | tree | snapshot |
2002-11-15 |
cuz | cbm_write is not __fastcall__ |
commit | commitdiff | tree | snapshot |
2002-11-15 |
cuz | Rewrite cbm_write() in assembler |
commit | commitdiff | tree | snapshot |
2002-11-15 |
cuz | Fixed an error in struct compare. For one, the behaviou... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
cuz | Removed unused code |
commit | commitdiff | tree | snapshot |
2002-11-14 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2002-11-14 |
cuz | New function ReplaceType |
commit | commitdiff | tree | snapshot |
2002-11-14 |
cuz | Make small functions inline |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cpg | added cursor.c and seek.c |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Fixed %W/%U |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Extended the test |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Call strftime instead of formatting the time manually |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Fixed precision bug in printf family |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Added strftime |
commit | commitdiff | tree | snapshot |
2002-11-13 |
cuz | Cosmetic changes |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | Added _systime for all platforms |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | Call _systime instead of always returning -1 |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | Added _systime |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | Added lots of functions from time.h |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | More time functions |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | New module time-test.c |
commit | commitdiff | tree | snapshot |
2002-11-12 |
cuz | Add the time() function |
commit | commitdiff | tree | snapshot |
2002-11-11 |
cuz | Make exit a fastcall function |
commit | commitdiff | tree | snapshot |
2002-11-11 |
cuz | Document some more functions |
commit | commitdiff | tree | snapshot |
2002-11-11 |
cuz | Handle arguments outside char range correctly |
commit | commitdiff | tree | snapshot |
2002-11-10 |
izydorst | more info about GetRandom vs. rand |
commit | commitdiff | tree | snapshot |
2002-11-10 |
izydorst | added _randomize() implementation |
commit | commitdiff | tree | snapshot |
2002-11-10 |
izydorst | Removed GEOS rand.s implementation in favor of random... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
cuz | Started a function reference |
commit | commitdiff | tree | snapshot |
2002-11-07 |
cuz | New _randomize() function, do some cleanup on apple2.inc |
commit | commitdiff | tree | snapshot |
2002-11-06 |
cpg | use always a sector size of 128 for sectors 1 to 3... |
commit | commitdiff | tree | snapshot |
2002-11-06 |
cpg | added randomize |
commit | commitdiff | tree | snapshot |
2002-11-06 |
cpg | zap also deletes *.tgi files |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | Moved _vic.h to _vic2.h. Renamed __vic to __vic2. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | Add _randomize. |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | Make realloc a __fastcall__ function |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | Renamed randomize to _randomize |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | Change initial seed to 1 |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cuz | New randomize() function for nearly all platforms |
commit | commitdiff | tree | snapshot |
2002-11-05 |
cpg | turn on cursor before returning to DOS |
commit | commitdiff | tree | snapshot |
2002-11-04 |
cpg | some fixes for last change |
commit | commitdiff | tree | snapshot |
2002-11-04 |
cuz | Extend description of %v inline assembler format specifier |
commit | commitdiff | tree | snapshot |
2002-11-03 |
cpg | improved handling of cursor display and position |
commit | commitdiff | tree | snapshot |
2002-11-03 |
cpg | initial check-in |
commit | commitdiff | tree | snapshot |
2002-11-03 |
cpg | honour cursor setting |
commit | commitdiff | tree | snapshot |
2002-11-02 |
cuz | Use constants for datatype sizes |
commit | commitdiff | tree | snapshot |
2002-11-02 |
cuz | Moved divt.s from runtime into common because it's... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
cuz | Remove the casts, they are no longer needed |
commit | commitdiff | tree | snapshot |
2002-11-01 |
cuz | Move the assignment parser into a separate module. |
commit | commitdiff | tree | snapshot |
2002-11-01 |
cuz | Work on better type casts - not yet finished |
commit | commitdiff | tree | snapshot |
2002-10-29 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2002-10-28 |
cuz | No support files in atmos dir |
commit | commitdiff | tree | snapshot |
2002-10-25 |
cuz | Expanded entry for Greg King |
commit | commitdiff | tree | snapshot |
2002-10-25 |
cuz | Added stdbool.h provided by Greg King |
commit | commitdiff | tree | snapshot |
2002-10-25 |
cuz | Division test program by Greg King |
commit | commitdiff | tree | snapshot |
2002-10-25 |
cuz | Added the div function |
commit | commitdiff | tree | snapshot |
2002-10-25 |
cuz | Added new div() function written by Greg King |
commit | commitdiff | tree | snapshot |
2002-10-24 |
cuz | Minor optimization suggested by Greg King |
commit | commitdiff | tree | snapshot |
2002-10-18 |
cuz | Fixed a problem with perror: The error code may get... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
cuz | New store optimization. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
cuz | Fixed error "variable has unknown size" for a local... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
cuz | Fixed a buffer overflow (report from Christian Groessler). |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Fixed some bad looking stuff |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | List of short options were missing |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Remove statement about initialization of locals |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Document the new #pragma syntax. Add comment about... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Remove paragraph about initializaton of locals |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Allow initialization of local variables of compound... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Restructured DeclareLocals() |
commit | commitdiff | tree | snapshot |
2002-10-10 |
cuz | Made a lot of short functions inline |
commit | commitdiff | tree | snapshot |
2002-10-09 |
cuz | Add info about more functions |
commit | commitdiff | tree | snapshot |
2002-10-09 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2002-10-08 |
cuz | Added more size optimizations, separate module |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | Output an error if an invalid address is used |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | New optimizer pass OptShift3. |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | Fixed an omission in AdjustStackOffset. Use CS_IsBasicB... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | Improved implementation of OptPushPop |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | New functions CS_ResetMarks, CS_ResetAllMarks and CS_Is... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | Use other representations for SCHAR_MIN, SHORT_MIN... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
cuz | Fixed a string in the help screen |
commit | commitdiff | tree | snapshot |
2002-10-05 |
cuz | Fixed problem with earlier change |
commit | commitdiff | tree | snapshot |
2002-10-05 |
cuz | Fix codesize setting |
commit | commitdiff | tree | snapshot |
2002-10-05 |
cuz | New/changed optimizations |
commit | commitdiff | tree | snapshot |
2002-10-05 |
cuz | Remove the swapeax routine, it is obsolete |
commit | commitdiff | tree | snapshot |
2002-10-04 |
cuz | Add tgi subdir |
commit | commitdiff | tree | snapshot |
2002-10-04 |
cuz | Minor improvement of optimizations |
commit | commitdiff | tree | snapshot |
2002-10-04 |
cuz | Increase the size of some buffers, so we are at the... |
commit | commitdiff | tree | snapshot |
2002-10-03 |
cuz | Changes from Michael Klein |
commit | commitdiff | tree | snapshot |
2002-10-03 |
cuz | Port plasma to the C128 |
commit | commitdiff | tree | snapshot |
2002-10-03 |
cuz | Last change introduced a bug |
commit | commitdiff | tree | snapshot |
next |