Subversion Repositories SvarDOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1775 123 d 20 h mateusz.viste /sved/trunk/ version bump to 2024.1  
/sved/trunk/makefile
/sved/trunk/sved.c
1770 124 d 20 h mateusz.viste /sved/trunk/ NLS messages are automatically regenerated when needed  
/sved/trunk/deflang.c
/sved/trunk/makefile
/sved/trunk/sved.lng
1769 124 d 20 h mateusz.viste /sved/trunk/ an EDIT.BAT placeholder is automatically added to release svp  
/sved/trunk/makefile
1768 124 d 20 h mateusz.viste /sved/trunk/ fixed LSM computing so it does not contain ugly trailing spaces  
/sved/trunk/makefile
1761 126 d 20 h mateusz.viste /sved/trunk/ adjusted makefile to new version string  
/sved/trunk/makefile
1583 225 d 23 h mateusz.viste /sved/trunk/ include asm in source release package  
/sved/trunk/makefile
1582 226 d 3 h mateusz.viste /sved/trunk/ upgraded startup routine from Bernd's WMINCRT  
/sved/trunk/makefile
/sved/trunk/startup.asm
1577 226 d 6 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 228 d 5 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 233 d 21 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 234 d 3 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 234 d 9 h mateusz.viste /sved/trunk/ improved compatibility with DOS 2.x  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1532 305 d 23 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 319 d 23 h mateusz.viste /sved/trunk/ bumped version  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1453 326 d 0 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 326 d 4 h mateusz.viste /sved/trunk/ updated version string before release  
/sved/trunk/makefile
1434 327 d 22 h mateusz.viste /sved/trunk/ do not disguise sved as edit.com  
/sved/trunk/makefile
1431 328 d 0 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1397 332 d 5 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/makefile
/sved/trunk/sved.txt
1391 333 d 19 h mateusz.viste /sved/trunk/ map file is saved in sved.map  
/sved/trunk/makefile
1387 333 d 20 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 334 d 20 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 334 d 21 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 338 d 20 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 352 d 7 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 352 d 7 h mateusz.viste /sved/trunk/ compile as tiny-mode COM for smaller disk footprint (executable is almost 1K smaller)  
/sved/trunk/makefile
1282 352 d 12 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 355 d 21 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