2015-09-04 |
mrdudz | updated |
commit | commitdiff | tree | snapshot |
2015-09-03 |
mrdudz | fixed style issues |
commit | commitdiff | tree | snapshot |
2015-08-29 |
mrdudz | style fixes |
commit | commitdiff | tree | snapshot |
2015-07-20 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Oliver Schmidt | Merge pull request #181 from Movax12/base10bug |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Oliver Schmidt | Merge pull request #180 from greg-king5/sprintf |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Oliver Schmidt | Merge pull request #179 from greg-king5/overlay |
commit | commitdiff | tree | snapshot |
2015-07-20 |
mrdudz | fixed hello.c for pce |
commit | commitdiff | tree | snapshot |
2015-07-20 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
Oliver Schmidt | Made hello program compatible with joystick-only target(s). |
commit | commitdiff | tree | snapshot |
2015-07-19 |
JT | Fix base 10 bug (ca65 allows 'a' or 'A' in base10 value) 181/head |
commit | commitdiff | tree | snapshot |
2015-07-19 |
mrdudz | added missing chline, cvline |
commit | commitdiff | tree | snapshot |
2015-07-19 |
mrdudz | fixed hline/vline |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Greg King | Added _directerrno() to the sim6502/sim65c02 libraries. 180/head |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Greg King | Fixed a hardware-stack leak. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Greg King | Added a test program for the special features of snprin... |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | moved all notes into regular documentation |
commit | commitdiff | tree | snapshot |
2015-07-16 |
Greg King | Added make rules that build the overlay sample programs. 179/head |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | fixed joypad bits |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | added some cbm-like gfx chars to draw lines and boxes |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | make sure clocktick starts at zero |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-07-16 |
Oliver Schmidt | Merge branch 'mrdudz-pointer' |
commit | commitdiff | tree | snapshot |
2015-07-16 |
mrdudz | fixed screensize, timertick, revers mode |
commit | commitdiff | tree | snapshot |
2015-07-15 |
mrdudz | added waitvblank and fixed get_tv |
commit | commitdiff | tree | snapshot |
2015-07-15 |
mrdudz | fixed issues found by gregg |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Oliver Schmidt | Merge branch 'pointer' of https://github.com/mrdudz... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
mrdudz | _tickcount -> tickcount |
commit | commitdiff | tree | snapshot |
2015-07-14 |
mrdudz | some more tweaking, added docs page |
commit | commitdiff | tree | snapshot |
2015-07-13 |
mrdudz | added imports for conio init to conio functions, so... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
mrdudz | more cleanup and fixing |
commit | commitdiff | tree | snapshot |
2015-07-12 |
mrdudz | more cleanup, joystick works again |
commit | commitdiff | tree | snapshot |
2015-07-12 |
Oliver Schmidt | Merge pull request #158 from Movax12/definedmacro |
commit | commitdiff | tree | snapshot |
2015-07-12 |
mrdudz | simple conio test works again |
commit | commitdiff | tree | snapshot |
2015-07-11 |
JT | Move FuncIsMnemonic 158/head |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Oliver Schmidt | Merge pull request #174 from mrdudz/testsuite |
commit | commitdiff | tree | snapshot |
2015-07-11 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
2015-07-11 |
mrdudz | Merge remote-tracking branch 'upstream/master' into... 174/head |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Oliver Schmidt | Ignore return values only with CMD.EXE MkII. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Oliver Schmidt | Ignore return values only with CMD.EXE. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
mrdudz | workaround for cmd.exe rmdir |
commit | commitdiff | tree | snapshot |
2015-07-10 |
mrdudz | tests for illegal pointer operations that must always... 176/head |
commit | commitdiff | tree | snapshot |
2015-07-10 |
mrdudz | patch from Uz that makes some illegal operations on... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
mrdudz | removed -f again, as that is the default. also removed... |
commit | commitdiff | tree | snapshot |
2015-07-10 |
mrdudz | use rm -r instead of rmdir, and use -f for rm, that... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Greg King | Made some string output functions reject an invalid... |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Oliver Schmidt | Merge pull request #173 from mrdudz/testsuite3 |
commit | commitdiff | tree | snapshot |
2015-07-09 |
mrdudz | two more tests 173/head |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Greg King | Fix two string output functions' handling of their... |
commit | commitdiff | tree | snapshot |
2015-07-01 |
Oliver Schmidt | Merge pull request #164 from greg-king5/testsuite |
commit | commitdiff | tree | snapshot |
2015-07-01 |
Oliver Schmidt | Merge pull request #165 from greg-king5/array-pointer |
commit | commitdiff | tree | snapshot |
2015-07-01 |
Greg King | Removed some trailing whitespace; and, expanded a tab. 165/head |
commit | commitdiff | tree | snapshot |
2015-07-01 |
Greg King | Added special-case compiler code that handles a pointer... |
commit | commitdiff | tree | snapshot |
2015-07-01 |
Greg King | Added a regression test for pointer-to-array dereferences. |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Greg King | Added comments that explain the unstable behavior of... 164/head |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Greg King | Fixed an uninitiated pointer. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Oliver Schmidt | Merge pull request #163 from mrdudz/testsuite2 |
commit | commitdiff | tree | snapshot |
2015-06-29 |
mrdudz | remove comment 163/head |
commit | commitdiff | tree | snapshot |
2015-06-29 |
mrdudz | remove workaround for optimizer bug |
commit | commitdiff | tree | snapshot |
2015-06-28 |
mrdudz | added 3 more test |
commit | commitdiff | tree | snapshot |
2015-06-27 |
JT | Added .DEFINEDMACRO psuedo function |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Revert "Equality problem (Ullrich von Bassewitz)". |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Run the regression tests _before_ replacing the built... |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Avoid "*** Recursive variable `RM' references itself... |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Added regression tests to Travis. |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Made test Makefiles work with CMD.EXE |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Oliver Schmidt | Avoid wrong error. |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Oliver Schmidt | Merge pull request #162 from greg-king5/fastcall |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Greg King | Added some names to the list of test-suite programs... 162/head |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Oliver Schmidt | Bumped version. V2.15 |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Oliver Schmidt | Merge pull request #161 from greg-king5/fastcall |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Greg King | Added explicit settings of calling conventions in point... 161/head |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Oliver Schmidt | Merge pull request #160 from Movax12/definedinstr |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Oliver Schmidt | Merge pull request #151 from greg-king5/fastcall |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Greg King | Improved the compiler documentation, a little bit. 151/head |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Greg King | Made cc65 properly test calling conventions when it... |
commit | commitdiff | tree | snapshot |
2015-05-24 |
Greg King | Made cc65 properly test variadic-function pointer assig... |
commit | commitdiff | tree | snapshot |
2015-05-23 |
JT | Update documentation to .ISMNEMONIC 160/head |
commit | commitdiff | tree | snapshot |
2015-05-20 |
JT | Added needed changes to pseudo.c |
commit | commitdiff | tree | snapshot |
2015-05-19 |
JT | changed name of function to .ISMNEMONIC, small fixes |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Oliver Schmidt | Merge pull request #159 from groessler/something_to_pull |
commit | commitdiff | tree | snapshot |
2015-05-19 |
JT | Remove .FEATURE requirement and add documentation |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Christian Groessler | Fix verbose symbol dumping in ca65. 159/head |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Oliver Schmidt | Fixed isblank() availability atttribute. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
JT | Added pseudo function .DEFINEDINSTR |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Greg King | Made cc65 catch an assignment of a function pointer... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Oliver Schmidt | Simplified license. |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Oliver Schmidt | Removed 'gh-pages'. |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Oliver Schmidt | Fixed comment. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Oliver Schmidt | Use well-known location BLTU2 for "memmove()". 156/head |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Oliver Schmidt | Added cmdline support to exec(). |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Greg King | Changed the compiler test-suite to work with the fastca... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Greg King | Added a command-line option to compile a program, with... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Oliver Schmidt | Merge pull request #155 from Movax12/exp |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Movax12 | Merge pull request #4 from Movax12/addrsize 155/head |
commit | commitdiff | tree | snapshot |
2015-04-21 |
JT | Fix typo in documentation for .ADDRSIZE |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Movax12 | Merge pull request #3 from Movax12/addrsize |
commit | commitdiff | tree | snapshot |
2015-04-21 |
JT | Small changes to coding style and to ca65 documentation... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
JT | 2nd Small change to .ADDRSIZE documentation |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Movax12 | Merge pull request #2 from Movax12/addrsize |
commit | commitdiff | tree | snapshot |
next |