fw/sdcc
2003-08-03 bernhardheldremoved --nostdlib as suggested by Jesus
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-03 bernhardheldredo Frieder's patch
2003-08-02 jesusc'O' record is output correctly now.
2003-08-01 jesuscAdded support\librarian\Makefile
2003-08-01 jesuscDon't remove .\Makefile
2003-08-01 jesuscchmod a+rwx configure configure.in
2003-08-01 jesuscCleaning up mess while trying to build librarian. ...
2003-08-01 jesuscAdded librarian to MSVC build.
2003-08-01 jesuscconfigure not needed for librarian. Makefile is enough.
2003-08-01 jesuscconfigure not needed for librarian. Revert to previous...
2003-07-31 jesuscAdding librarian to build
2003-07-31 bernhardheldminor fix: sdcpp language is c99
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-31 jesuscAdding sdcclib to the build.
2003-07-31 jesuscBeginning of librarian support added.
2003-07-31 jesuscFirst try to build under Linux
2003-07-30 jesuscOptions --int-long-rent --float-rent --stack-auto are...
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 jesuscWarning when libfile not found and path is null
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 bernhardheldfix for *z80
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-26 bernhardheldfix test on host
2003-07-25 jesuscSolved some issues with cygwin paths again...
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-25 jesuscAdded execution time functions for win32
2003-07-25 jesuscFixed warning when compiling with gcc
2003-07-24 jesuscAdded support for new library format. Old format suppo...
2003-07-24 jesuscuse FSEPX to create filename
2003-07-24 bernhardheldsrc/SDCCicode.c (operandOperation): fixed problem with...
2003-07-24 bernhardheldfix display of 0xffffffff
2003-07-24 bernhardheldanother small fix
2003-07-24 sdcc-builderOops
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-23 jesuscChanged "Insufficient DRAM memory" to "Insufficient...
2003-07-21 epetrichFixed bug #759087
2003-07-20 epetrichfixed bug #771358
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-19 friefsrc/mcs51/gen.c(genGenPointerGet/Set): removed writing...
2003-07-19 frief(genGenPointerGet/Set): removed writing of type after...
2003-07-19 frief* device/lib/_gptrput.c: saved a few bytes
2003-07-19 friefprocess RX bytes earlier than TX bytes
2003-07-19 friefsaved a few bytes
2003-07-19 friefdevice/lib/_gptrget.c: saving some cycles in generic...
2003-07-19 friefsaving some cycles in generic pointer get
2003-07-19 friefdevice/include/regc515c.h: fixed #758477
2003-07-19 friefFixed Bug #758477 duplicate struct member gme_1 in...
2003-07-18 epetrichFixed bug 772726
2003-07-17 jesuscz80 library paths may contain '.' now (better fix)
2003-07-17 jesuscz80 library paths may contain '.' now
2003-07-17 sdcc-builderfix warning
2003-07-17 sdcc-builderdevice/lib/Makefile.in: bad fix, reverted to 1.43
2003-07-16 bernhardhelddevice/lib/Makefile.in: added missing z80 object files
2003-07-16 jesuscFixed some gcc warnings
2003-07-15 jesuscsdcc option -Wl-bBSEG=0x08 works now...
2003-07-14 bernhardheld* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and...
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-13 jesuscadded option --no-std-crt0 for the z80 and gbz80 ports
2003-07-13 jesuscOoops! For the z80 port, crt0.o must be the first...
2003-07-13 jesuscCleaned up a litle the z80 and gbz80 ports
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-11 kvigorfix bug 769624
2003-07-09 jesuscadded compiler option -DSDK
2003-07-07 jesuscgetst(id, c) was looping forever so changed it as in...
2003-07-06 jesuscfclose FILE * != NULL
2003-07-06 jesuscreplaced *index with *libindex so gcc is happy
2003-07-06 jesuscSupport for files created with the sdcc librarian
2003-07-06 jesuscSupport for files created with the sdcc librarian
2003-07-06 jesuscSdcc librarian
2003-07-03 jesuscproperly handle extensions in function afile
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorGet tinibios clock timer interface working on ds400
2003-06-27 kvigorMore support for DS80C400
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
2003-06-20 jesuscIf a procedure is the last on the list, make sure its...
2003-06-20 jesuscio.h is available only in win32
2003-06-20 jesuscBetter implementation for --use-stdout
2003-06-19 borutrfixed Z80 port again: missing -k library paths in linke...
2003-06-19 borutrcode cleaning, // comments replaced with /* */
2003-06-19 borutrcorrected the comment for function has_path()
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-19 bernhardheld* support/Util/MySystem.c (merge_command): revert bad fix
2003-06-18 jesuscdescribed option --use-stderr in sdccman.lyx
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-18 jesuscAdded option --use-stdout
2003-06-18 bernhardheld* support/Util/MySystem.c (merge_command): quick fix...
2003-06-15 borutr* support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defin...
2003-06-15 borutrreimplemented function inExcludeList() by using sets...
2003-06-15 borutradded functions fputStrSet(), appendStrSet(), joinStrSet();
2003-06-15 borutrreimplemented function inCalleeSaveList() by using...
2003-06-15 borutradded function setFromSetNonRev() and mergeSets()
2003-06-15 borutrcloneXxx and copyAndFreeXxx functions for options and...
2003-06-15 borutrHAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-06-12 borutrC++ style comments // changed to C style /* */
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
next