a function returning a constant pointer shouldn't be forced to code
[fw/sdcc] / src /
2003-03-13 johanknola function returning a constant pointer shouldn't be...
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-12 johanknolfixed bug #697590
2003-03-12 johanknolmore LRH debugging junk
2003-03-12 johanknolfixed bug #700031
2003-03-12 johanknolfixed bug #700797
2003-03-12 kvigorFix peephole rule condition functions properly; add...
2003-03-11 kvigoroperandsNotEqualX peephole test functions were never...
2003-03-11 kvigorFix bug 700121
2003-03-11 johanknola (void *) can be assigned to any pointer
2003-03-11 bernhardheldsrc/SDCCmain.c (preProcess): minor cleanup: eliminate...
2003-03-10 bernhardheldsrc/SDCCloop.c (mergeRegions): an evil beast is dead
2003-03-10 borutrfiles support/Util/BuildCmd.c and support/Util/MySystem...
2003-03-10 borutrfree deleted item in function deleteSetItem()
2003-03-10 borutradded set pipeSet, added function closePipes, which...
2003-03-10 borutrpipe preprocessor's output
2003-03-10 johanknolThis wasn't true
2003-03-09 bernhardheldsrc/SDCCglobl.h: PATH_MAX is already defined in mingw32...
2003-03-09 borutrre-implemented tempfilename() and tempfile(): using...
2003-03-09 borutrunification of WIN32 native definitions
2003-03-09 borutrremoved inclusion of sdccconf.h or sdcc_vc.h
2003-03-09 borutr fixed MSVC and BORLANDC compilation (included SDCCglob...
2003-03-09 friefapplied inc/dec patch for variables in data space....
2003-03-08 bernhardheldCosmetic fix, might help me debugging
2003-03-08 johanknolThis makes the dump files more readable
2003-03-08 bernhardheldsrc/ds390/peeph.def: fix bug 700036
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-08 bernhardheld* src/SDCCsymt.h: use appropriate data-types on host...
2003-03-07 johanknolSee Changelog 1.204
2003-03-07 johanknolSee Changelog 1.204
2003-03-06 bernhardheldfix 64 bit warnings
2003-03-05 kvigorFix inconsistent handling of bit variables
2003-03-04 bernhardheld* src/mcs51/gen.c (genMinus): fixed bug 696436
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-03-02 borutradded BORLANDC, corrected MSVC in printVersionInfo()
2003-02-27 kvigorImproved genReceive, write two bytes at a time in genGe...
2003-02-26 kvigorMore cleanups of _ap abuse.
2003-02-26 kvigorCleanups and reduction in _ap abuse; a lot more work...
2003-02-26 johanknolbefore Bernhard, the watch dog, starts complaining...
2003-02-26 johanknolLRH commit, only to sync with other developers
2003-02-26 johanknolmade the dumptree a little more readable
2003-02-26 kvigorbuffer overflow caught: preOutCmd could exceed PATH_MAX...
2003-02-25 kvigorCleanups, minor improvements, death to strcpy strcat...
2003-02-25 johanknolsome more debugging junk, i'll remove it later
2003-02-25 johanknoldisabled useless warnings
2003-02-25 johanknoldisabled useless warning
2003-02-24 johanknolfixed bug#680076
2003-02-24 johanknolfixed bug #679679
2003-02-24 johanknolfixed bug #679761
2003-02-24 bernhardheldfix typo reported by Trampas Stern
2003-02-24 johanknolframework for the liverangehunt
2003-02-24 johanknolfixed bug #690781
2003-02-23 borutrcorrected assertion in function printILine(): _pipe...
2003-02-23 friefadded peephole suggested by Gernot Fink, white-space...
2003-02-23 friefgenUminusfloat avoiding 3 pairs of
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-19 johanknola cleaner way to fix the shift bug
2003-02-19 johanknolfixed a shift bug
2003-02-18 friefadded rules 238a-d which remove redundant moves
2003-02-18 friefadded peephole conditions testing for same arguments
2003-02-16 bernhardheld* sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin,...
2003-02-15 bernhardheld* src/SDCCglue.h: make tmpfileNameSet available for...
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-14 johanknolxa51 port isn't finished yet
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-10 borutrBorland C++ build doesn't depend on Cygwin configure...
2003-02-10 borutrBorland Makefile cleanup
2003-02-10 borutrBorland C++ build doesn't depend on Cygwin configure
2003-02-10 bernhardheld* doc/sdccman.lyx: new pragma NOIV by Johannes Stezenba...
2003-02-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-09 bernhardheld* src/SDCCmain.c: signal handling is switched off by...
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2003-02-06 kvigorbug 681909: tell preprocessor we're compiling C99,...
2003-02-06 johanknolWhat was I thinking?
2003-02-04 kvigorMinor ds390 performance enhancement on generic pointer...
2003-02-02 borutrdelete $(LIB) only if exist
2003-02-02 borutrcorrected misspelled project name from msc51a to mcs51a
2003-02-02 borutrfixed compilation with Borland C
2003-02-02 epetrichChanged stack usage declaration to match sdcc/src/mcs51...
2003-02-02 johanknolfixed bug #628025
2003-02-02 johanknolNow the regression tests could go online again
2003-02-02 johanknolfixed bug #631653
2003-02-02 kvigorCleanups of the mess I made on the last commit
2003-02-02 jesuscFixed bug 678574: "ds390: ASlink-Error-Stack overlaps...
2003-02-01 johanknolfixed Karl's "2 | (1<<8)"
2003-01-31 kvigorInternal error compiling bug-524691 regression test
2003-01-31 johanknolApplied Jan Rejlek's >64K startup patch.
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 jesuscaccepts --xram-size 0 (no ext ram)
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-29 jesuscAdded options --code-size and --xram-size
2003-01-28 bernhardheld* src/ds390/gen.c: fix deps by replacing <common.h...
2003-01-27 johanknolfixed bug #613764
2003-01-26 johanknolSee Changelog 1.163
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-25 johanknolA better fix for bug#661910
2003-01-25 johanknolThat was a little too efficient
2003-01-24 bernhardheld* src/spawn.c: removed
2003-01-24 bernhardheld* src/Makefile.in: remove spawn.o
next