Subversion Repositories SvarDOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1582 228 d 14 h mateusz.viste /sved/trunk/ upgraded startup routine from Bernd's WMINCRT  
/sved/trunk/makefile
/sved/trunk/startup.asm
1577 228 d 16 h mateusz.viste /sved/trunk/ moved dos_write() to main sved.c file  
/sved/trunk/libc.c
/sved/trunk/libc.h
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.lnk
1556 230 d 16 h mateusz.viste /sved/trunk/ replaced Open Watcom startup and clib by custom code (thx to Bernd Boeckmann for invaluable pointers about Watcom's startup)  
/sved/trunk/libc.c
/sved/trunk/libc.h
/sved/trunk/startup.asm
/sved/trunk/sved.lnk
/sved/trunk/makefile
/sved/trunk/sved.c
1545 236 d 8 h bernd.boeckmann /sved/trunk/ Fix compile errors under Watcom 2.0 beta (WinNT)

bzero is actually declared in strings.h (with an s).
Maybe replace by memset, as suggested in the documentation?

In the makefile, -bt=dos is needed if compiling under NT. It should not harm under DOS.
 
/sved/trunk/makefile
/sved/trunk/sved.c
1542 236 d 13 h mateusz.viste /sved/trunk/ upgraded MDR  
/sved/trunk/mdr/inc/mdr/opl.h
/sved/trunk/mdr/mdrs2024.lib
/sved/trunk/mdr/mdrs2023.lib
/sved/trunk/makefile
/sved/trunk/mdr/history.txt
/sved/trunk/mdr/inc/mdr/bios.h
/sved/trunk/mdr/inc/mdr/dos.h
/sved/trunk/mdr/inc/mdr/mouse.h
/sved/trunk/mdr/inc/mdr/pcx.h
/sved/trunk/mdr/inc/mdr/timer.h
/sved/trunk/mdr/inc/mdr/vid12.h
/sved/trunk/mdr/readme.txt
1537 236 d 19 h mateusz.viste /sved/trunk/ improved compatibility with DOS 2.x  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1532 308 d 9 h mateusz.viste /sved/trunk/ version bump before release  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.lng
/sved/trunk/sved.txt
1473 322 d 10 h mateusz.viste /sved/trunk/ bumped version  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1453 328 d 11 h mateusz.viste /sved/trunk/ fixed saving to new file passed on command-line  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1451 328 d 14 h mateusz.viste /sved/trunk/ updated version string before release  
/sved/trunk/makefile
1434 330 d 8 h mateusz.viste /sved/trunk/ do not disguise sved as edit.com  
/sved/trunk/makefile
1431 330 d 10 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1397 334 d 16 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1391 336 d 6 h mateusz.viste /sved/trunk/ map file is saved in sved.map  
/sved/trunk/makefile
1387 336 d 7 h mateusz.viste /sved/trunk/ sved executable is named sved.com by default, unless packaged for SvarDOS - then it becomes edit.com  
/sved/trunk/sved.lng
/sved/trunk/edit.lng
/sved/trunk/deflang.c
/sved/trunk/makefile
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/regen.bat
/sved/trunk/sved.c
1368 337 d 6 h mateusz.viste /sved/trunk/ renamed sved.lng to edit.lng + added a "pkg" target to makefile  
/sved/trunk/edit.lng
/sved/trunk/sved.lng
/sved/trunk/makefile
1366 337 d 7 h mateusz.viste /sved/trunk/ sved.com becomes edit.com + doc improvement  
/sved/trunk/makefile
/sved/trunk/nls/regen.bat
/sved/trunk/sved.txt
1339 341 d 7 h mateusz.viste /sved/trunk/ db is statically allocated (no malloc) and all _fcalloc() calls have been replaced by _dos_alloc() - this decreased the footpring by 2K  
/sved/trunk/makefile
/sved/trunk/sved.c
1286 354 d 17 h mateusz.viste /sved/trunk/ replaced argv+argc with a PSP-parsing routine, saves some 330 bytes of footprint  
/sved/trunk/makefile
/sved/trunk/sved.c
1285 354 d 18 h mateusz.viste /sved/trunk/ compile as tiny-mode COM for smaller disk footprint (executable is almost 1K smaller)  
/sved/trunk/makefile

Show All