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
1556 232 d 2 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 237 d 18 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 237 d 23 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 238 d 5 h mateusz.viste /sved/trunk/ improved compatibility with DOS 2.x  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1532 309 d 19 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 323 d 20 h mateusz.viste /sved/trunk/ bumped version  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1453 329 d 20 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 330 d 0 h mateusz.viste /sved/trunk/ updated version string before release  
/sved/trunk/makefile
1434 331 d 18 h mateusz.viste /sved/trunk/ do not disguise sved as edit.com  
/sved/trunk/makefile
1431 331 d 20 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1397 336 d 1 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1391 337 d 16 h mateusz.viste /sved/trunk/ map file is saved in sved.map  
/sved/trunk/makefile
1387 337 d 16 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 338 d 16 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 338 d 17 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 342 d 16 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 356 d 3 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 356 d 4 h mateusz.viste /sved/trunk/ compile as tiny-mode COM for smaller disk footprint (executable is almost 1K smaller)  
/sved/trunk/makefile
1282 356 d 9 h mateusz.viste /sved/trunk/ refreshing only lines that changed (faster) and replaced fopen() by _dos_open() (smaller)  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1275 359 d 17 h mateusz.viste /sved/ sved - the SvarDOS editor  
/sved
/sved/trunk
/sved/trunk/makefile
/sved/trunk/svarlang.lib
/sved/trunk/sved.c
/sved/trunk/sved.txt