]> git.sur5r.net Git - cc65/history - libsrc
Fixed isgraph() and ispunct() (macroes and library functions).
[cc65] / libsrc /
2013-05-01 Greg KingFixed isgraph() and ispunct() (macroes and library... 3/head
2013-05-01 Oliver SchmidtRemoved obsolete files.
2013-05-01 Oliver SchmidtMarked files to be excluded from build.
2013-04-02 Oliver SchmidtFixed typos.
2013-04-02 Oliver SchmidtFixed typos.
2013-04-02 Oliver SchmidtFixed typo.
2013-02-14 ol.scSave some bytes by sharing the code doing the actual...
2013-02-14 ol.scRemoved unnecessary include.
2013-02-13 ol.scFixed copy&paste bug.
2013-02-13 uzRemove needless instruction to make the code assemble.
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2013-01-28 karriAdd lynx_snd_stop_channel
2013-01-28 karriExport lynx_snd_active
2013-01-28 karriUpdate sound driver
2013-01-15 silverdrtypo in the doc corrected, tabs adjusted
2013-01-07 uzBugfix by Stefan Haubenthal.
2013-01-07 uzPatch by Greg King: Added a TGI text translator and...
2013-01-07 uzPatch by Greg King: The Oric Atmos graphics driver...
2012-12-17 karriAdd __fastcall__ stuff
2012-12-12 karriAdd sound support
2012-12-12 karriWork in progress
2012-12-11 karriAdd basic sound support
2012-12-02 karriFix bug in cls
2012-12-01 karriAdd collision indices to all sprites jsut in case
2012-11-26 uzMoved the string that contains the ascii representation...
2012-11-21 karriAdd collision screen erasure to tgi_clear
2012-11-20 karriAdd erasure of collision buffer to tgi_clear
2012-11-12 uzFixed an error in calloc reported by Marc 'BlackJack...
2012-11-07 ol.scMinor adjustment.
2012-11-04 uzUse the new declarations from the zeropage include...
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-11-01 ol.scIntroduced static standard drivers.
2012-11-01 ol.scAdded missing standard driver definitions.
2012-10-31 ol.scFixed typo.
2012-10-29 ol.scNormalized coding style.
2012-10-29 ol.scConvert dynamically loadable drivers into statically...
2012-10-26 karriPalette updated
2012-10-26 karriFine tune palette
2012-10-25 ol.scApply "improved" cursor-off handling for native GEOS...
2012-10-23 ol.scFixed several aspects of the GEOS CONIO implementation:
2012-10-23 ol.scAdded (naive) implementation of dio_query_sectcount...
2012-10-23 ol.scMinor adjustment.
2012-10-23 ol.scNormalized coding style.
2012-10-23 karriCammys optimized Lynx palette
2012-10-22 ol.scOn Cywin with its (too) expensive fork() this change...
2012-10-21 ol.scIntroduced getcurrentdevice() and implemented it for...
2012-10-19 ol.scRemoved revers as it doesn't influence clrscr, cclear...
2012-10-19 ol.scRemoved cpputs/cpputsxy as they don't work and as there...
2012-10-17 ol.scAdded check for disk in drive on chdir().
2012-10-16 ol.scImplemented __syschdir on CBM. As getcwd returns a...
2012-10-16 ol.scMinimal formatting adjustment.
2012-10-15 ol.scI wasn't aware that the unit numbers in the ProDOS...
2012-10-14 ol.scRemoved TABs.
2012-10-11 ol.scRemoved DIO specific typedefs which were just aliases...
2012-10-10 ol.scReplaced Apple II specific solution with implementation...
2012-10-10 ol.scBetter stick to the "high level" errno helpers as done...
2012-10-10 ol.scinitcwd will be called from the upcoming __syschdir...
2012-10-10 ol.sc__syschdir calls initcwd so the latter must not be...
2012-10-10 ol.scRemoved TAB.
2012-10-07 ol.scClear _oserror on success.
2012-10-07 ol.scIntroduced getdevicedir() - with implementation for...
2012-10-02 uzNeed to import ST since it is no longer declared in...
2012-10-02 uzReverted r5835 because of Olivers changes to the asm...
2012-10-01 uzST is already imported in plus4.inc, no need to import...
2012-09-30 ol.scTurned the 'ST' status byte into a symbol resolved...
2012-09-20 uzFix calculation of text width for bitmap fonts.
2012-09-15 karriChange address of sec loader
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-09-09 ol.scReplaced Apple II specific solution with implementation...
2012-09-09 ol.scIntroduced mass-storage device enumaration - with imple...
2012-09-05 ol.scHave the internal function 'isdisk' set the carry for...
2012-09-05 uzGenerate and package a matching emd binary of the new...
2012-09-05 uzAdded the first EMD driver for the atari, written and...
2012-08-06 uzChoose another way to fix the issue from r5804: When...
2012-08-05 uzFixed a bug: The floppies do not like ,R (for read...
2012-08-01 uzFix invalid header offset (has been changed in opendir...
2012-07-30 uzFixed a comment.
2012-07-30 uzInclude the CBM disk label in the returned directory...
2012-07-23 uzForgot to add the new module that contains em_load_driver.
2012-07-22 uzAn already loaded driver is an error in ser_load_driver...
2012-07-22 uzRewrote em_load_driver in assembler fixing a possible...
2012-07-22 uzMore comment fixes.
2012-07-22 uzFixed a few comments.
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-07-15 uzMove the _filetype variable into its own module, so...
2012-07-15 uzDo not add the file type to the name when using append...
2012-07-11 uzRewrite code for arithmetic right shift.
2012-07-10 uzModifications for smaller code size.
2012-07-06 uzRewrite to add an entry point for shraxy that doesn...
2012-07-06 uzComment and tab fix. No code changes.
2012-07-03 ol.scAdded functional Atari directory classification macros...
2012-07-01 uzUse 's' as default file type instead of 'u'.
2012-07-01 uzUnified names of CBM kernal level functions and complet...
2012-07-01 uzFixed wrong filename for module c_getin.s
2012-07-01 uzAdded missing function cbm_k_getin, which was in cbm...
2012-06-24 uzAdd another entry point to the shift left routine,...
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...
next