]> git.sur5r.net Git - cc65/history - libsrc
Added classification macros for file types from struct dirent.
[cc65] / libsrc /
2012-06-24 uzMove definitions for CBM file types into its own header...
2012-06-16 ol.scWe now don't define the memory area RAM anymore. So...
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-14 ol.scMoved actual computation of DOS 3.3 header to linker...
2012-06-11 uzSize optimizations.
2012-06-10 ol.scMoved Apple EXEHDR to separate module (similiar to...
2012-06-10 uzAdded an entry point to push a 32 bit long value.
2012-06-10 uzRearrangements for smaller size of generated code.
2012-06-10 uzChanges for better code generation.
2012-06-10 uzChanged the code so that it better suits the code gener...
2012-06-10 uzShortened the code.
2012-06-08 ol.scApple GEOS reserves beside the main app area at $4000...
2012-06-07 uzReorder variables to take advangate of improved code...
2012-06-04 uzAllow a third, optional filename argument for cbm_opendir.
2012-06-03 uzSmall optimization for shorter code.
2012-06-03 uzParse the name passed to opendir().
2012-06-03 uzDon't set errno when the regular end of directory is...
2012-06-03 uzImplemented rewinddir/seekdir.
2012-06-03 uzFix two place where the directory offset wasn't tracked...
2012-06-03 uzRemoved unnecessary include files.
2012-06-03 uzAdded the telldir() function.
2012-06-03 uzImplement special read function that sets errno in...
2012-06-02 uzMoved most of the file type detection from cbm_dir...
2012-06-01 uzNew function _dirskip that allows to skip an amount...
2012-06-01 uzNew entry point to push something pointed to by ptr1...
2012-05-30 uzAdded the POSIX functions opendir() and closedir().
2012-05-29 uzAdded a header file for the internal representation...
2012-05-29 uzAdd provisions to open a disk directory using open().
2012-05-28 uzTape load and save functions for the Oric Atmos. By...
2012-04-25 uzFixed an error: The write routine didn't detect write...
2012-03-25 uzFixed an invalid store offset, which caused an invalid...
2012-03-25 uzFixed an invalid store offset which resulted in random...
2012-03-09 uzAdded a new serial driver for the atmos. By Stefan...
2012-03-08 uzFixed a bug. High byte of the sector number is stored...
2012-03-04 uzThe IRQ handler needs to save the registers. By Stefan...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2012-02-28 ol.scAdded screen initialization on Apple GEOS.
2012-02-27 ol.scIntroduced Apple GEOS specific screen size constants.
2012-02-22 ol.scRather stay with OFF_YEAR as it is an "officially"...
2012-02-22 ol.scIntroduced Apple GEOS specific directory entry offsets...
2012-02-22 ol.scMinor style adjustment.
2012-02-22 ol.scAdded missing file.
2012-02-22 ol.scFixed line continuation.
2012-02-22 ol.scFixed typo.
2012-02-20 ol.scFixed typo.
2012-02-20 ol.scGreg King: SHORTCUT is a graphic character (it is displ...
2012-02-19 uzWith the additional key definitions, the dbg module...
2012-02-17 ol.scMy recent decision to reuse the character specification...
2012-02-14 ol.scFixed line endings.
2012-02-11 cpgrecognize XDOS -- patch from Stefan Haubenthal
2012-02-09 ol.scReuse the character specification table from the base...
2012-02-09 ol.scReuse the character specification table from the base...
2012-02-09 ol.scNormalized coding style.
2012-02-09 ol.scThe actual screensize routine mustn't be placed in...
2012-02-09 ol.scNormalized coding style.
2012-02-09 ol.scInitial Apple GEOS build.
2012-02-09 ol.scOn Apple GEOS all "low jumptable" entries went into...
2012-02-09 ol.scAdded Apple GEOS include files based on the "Hitchhiker...
2012-02-09 ol.scRemoved '.c65' from include file name.
2012-02-09 ol.scThe macro 'bra' conflicts with the 65C02 instruction...
2012-02-09 ol.scAdjusted sorting.
2012-02-09 ol.scDefining C constants here doesn't seem to make sense...
2012-02-09 ol.scAdjusted hex digit cases.
2012-02-09 ol.scRenamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFre...
2012-02-08 ol.sc- The address given for GetSerialNumber in the "Hitchhi...
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scFixed typo.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scNormalized coding style.
2012-02-08 ol.scPrepared infrastructure for a shared loadable generic...
2012-02-07 ol.scNormalized coding style. V2.13.3
2012-02-07 ol.scAdjusted sorting.
2012-02-07 ol.scMoved the assembler include files from 'geos-cbm' to...
2012-02-07 uzMinor optimization.
2012-02-07 ol.scRenamed 'devel' to 'drivers'.
2012-02-07 ol.sc'setoserror' is used by routines residing both 'disk...
2012-02-07 ol.scMoved non-driver files from 'geos-cbm/devel' to 'geos...
2012-02-07 ol.sc"Apple disk names are null-terminated strings of 16...
2012-02-07 ol.scMoved the 'conio' files from 'geos-cbm' to 'geos-common...
2012-02-07 ol.scAdded adjustment for Apple GEOS screen size.
2012-02-06 ol.scFixed typo.
2012-02-06 uzAdded an implementation of clock() for the Lynx console...
2012-02-05 uzAllow modules in geos-common to override modules with...
2012-02-04 ol.scMoved the 'common' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.sc"Apple disk names are null-terminated strings of 16...
2012-02-04 ol.scMoved the 'disk' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'system' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.scMoved the 'runtime' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'process' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'mousesprite' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scAdded adjustment for Apple GEOS screen size.
2012-02-04 ol.scMoved the 'menuicon' files from 'geos-cbm' to 'geos...
2012-02-04 ol.scMoved the 'graph' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'graph' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the 'memory' files from 'geos-cbm' to 'geos-commo...
2012-02-04 ol.scMoved the 'file' files from 'geos-cbm' to 'geos-common...
2012-02-04 ol.scMoved the first couple of files from 'geos-cbm' to...
2012-01-31 ol.scMoved assembler include files from the 'inc' subfolder...
next