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
1548 230 d 14 h mateusz.viste /sved/trunk/ memory micro optimizations  
/sved/trunk/sved.c
1547 231 d 1 h mateusz.viste /sved/trunk/ do not propose to save-on-quit when file does not have a name yet  
/sved/trunk/deflang.c
/sved/trunk/nls/de_utf8.txt
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/fr_utf8.txt
/sved/trunk/nls/pl_utf8.txt
/sved/trunk/nls/ru_utf8.txt
/sved/trunk/nls/tr_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1545 231 d 2 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
1544 231 d 3 h mateusz.viste /sved/trunk/ minor size optimization  
/sved/trunk/sved.c
1543 231 d 7 h mateusz.viste /sved/trunk/ removed the DOS 2.x hack, now mdr_dos_truename() performs a string copy when INT 21h,AH=60h fails  
/sved/trunk/sved.c
1541 231 d 8 h mateusz.viste /sved/trunk/ savefile() is responsible for modflag reset  
/sved/trunk/sved.c
1539 231 d 9 h mateusz.viste /sved/trunk/ modified files can be saved at exit time with the space key  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/fr_utf8.txt
/sved/trunk/nls/pl_utf8.txt
/sved/trunk/nls/ru_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
/sved/trunk/sved.txt
1538 231 d 13 h mateusz.viste /sved/trunk/ saved 6 bytes of footprint by making the original_breakflag variable static  
/sved/trunk/sved.c
1537 231 d 13 h mateusz.viste /sved/trunk/ improved compatibility with DOS 2.x  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1532 303 d 3 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 317 d 4 h mateusz.viste /sved/trunk/ bumped version  
/sved/trunk/makefile
/sved/trunk/sved.c
/sved/trunk/sved.txt
1461 323 d 1 h mateusz.viste /sved/trunk/ replaced _fmemset() by explicit assignments of zeroed values (saves 16 bytes of footprint)  
/sved/trunk/sved.c
1454 323 d 4 h mateusz.viste /sved/trunk/ simplified eol handling during savefile  
/sved/trunk/sved.c
1453 323 d 5 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
1450 323 d 8 h mateusz.viste /sved/trunk/ abort with error when an invalid filename is given as argument (sved *)  
/sved/trunk/sved.c
/sved/trunk/sved.txt
1449 323 d 9 h mateusz.viste /sved/trunk/ err variable changed from int to char for lower memory usage (2 bytes)  
/sved/trunk/sved.c
1448 323 d 9 h mateusz.viste /sved/trunk/ fixed onscreen garbage when opening a non-existent file (sved notexist.txt)  
/sved/trunk/sved.c
/sved/trunk/sved.txt
1444 324 d 3 h mateusz.viste /sved/trunk/ resolving (and displaying) the true, full path of loaded files  
/sved/trunk/sved.c
1442 324 d 23 h mateusz.viste /sved/trunk/ force a file-truncation write at end of file to avoid keeping trailing garbage  
/sved/trunk/sved.c
1441 324 d 23 h mateusz.viste /sved/trunk/ fixed curfile corruption when exit aborted  
/sved/trunk/sved.c

Show All