Subversion Repositories SvarDOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1321 387 d 0 h mateusz.viste /sved/trunk/ sved with no arguments = new file  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/pl_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1320 387 d 0 h mateusz.viste /sved/trunk/ refactored file loading  
/sved/trunk/sved.c
1319 387 d 1 h mateusz.viste /sved/trunk/ fixed printing empty lines on screen after end of file  
/sved/trunk/sved.c
1318 387 d 22 h mateusz.viste /sved/trunk/ fixed horizontal scrolling  
/sved/trunk/sved.c
1317 387 d 22 h mateusz.viste /sved/trunk/ implemented tab key handling  
/sved/trunk/sved.c
1316 387 d 23 h mateusz.viste /sved/trunk/ cursor screen position moved to file struct  
/sved/trunk/sved.c
1315 388 d 0 h mateusz.viste /sved/trunk/ renamed struct linedb to struct file  
/sved/trunk/sved.c
1314 389 d 2 h mateusz.viste /sved/trunk/ preserve EOL type and change it with F10  
/sved/trunk/sved.c
1313 389 d 2 h mateusz.viste /sved/trunk/ preserve line endings (LF or CRLF)  
/sved/trunk/sved.c
1312 389 d 23 h mateusz.viste /sved/trunk/ print a quick message on screen when file saved + make good use of mdr_cout_char_rep()  
/sved/trunk/sved.c
1311 390 d 23 h mateusz.viste /sved/trunk/ saving file (prototype)  
/sved/trunk/sved.c
1310 390 d 23 h mateusz.viste /sved/trunk/ dropped top screen line tracking, instead rely on cursor position  
/sved/trunk/sved.c
1309 391 d 21 h mateusz.viste /sved/trunk/ help screen under F1  
/sved/trunk/deflang.c
/sved/trunk/nls/en_utf8.txt
/sved/trunk/sved.c
/sved/trunk/sved.lng
1308 391 d 23 h mateusz.viste /sved/trunk/ implemented typing characters  
/sved/trunk/sved.c
1307 391 d 23 h mateusz.viste /sved/trunk/ replaced svarlang_autoload_nlspath() with a call to svarlang_autoload_pathlist() using mdr_dos_getenv() instead of getenv() - saves some 700 bytes of footprint  
/sved/trunk/sved.c
1306 391 d 23 h mateusz.viste /svarlang.lib/trunk/ replaced svarlang_autoload_nlspath() by a more generic svarlang_autoload_pathlist()  
/svarlang.lib/trunk/auto_nls.c
/svarlang.lib/trunk/svarlang.h
1305 392 d 10 h mateusz.viste /sved/trunk/ improved doc  
/sved/trunk/sved.txt
1304 392 d 22 h mateusz.viste /sved/trunk/ use trunk version of svarlang  
/sved/trunk/svarlang
/sved/trunk/svarlang.lib
1303 392 d 22 h mateusz.viste /sved/trunk/ added nls files  
/sved/trunk/deflang.c
/sved/trunk/nls
/sved/trunk/nls/en_utf8.txt
/sved/trunk/nls/pl_utf8.txt
/sved/trunk/nls/regen.bat
/sved/trunk/sved.lng
1302 392 d 23 h mateusz.viste /sved/trunk/ implemented BACKSPACE handling  
/sved/trunk/sved.c
1301 392 d 23 h mateusz.viste /svarlang.lib/trunk/ removed dependency on string.h by removing strcpy() and strcat()  
/svarlang.lib/trunk/auto_nls.c
1300 392 d 23 h mateusz.viste /svarlang.lib/trunk/ code formatting  
/svarlang.lib/trunk/svarlang.c
1299 392 d 23 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  
/svarlang.lib/trunk/svarlang.c
1298 393 d 0 h mateusz.viste /svarlang.lib/trunk/ removed useless stdlib.h + code formatting fixes  
/svarlang.lib/trunk/svarlang.c
1297 393 d 0 h mateusz.viste /svarlang.lib/trunk/ added a note about byte endianness  
/svarlang.lib/trunk/svarlang.txt
1296 393 d 0 h mateusz.viste /svarlang.lib/trunk/ replaced typdef-obfuscated structs by their explicit naming  
/svarlang.lib/trunk/tlumacz.c
1295 393 d 0 h mateusz.viste /svarlang.lib/trunk/ code style reformatting  
/svarlang.lib/trunk/tlumacz.c
1294 393 d 1 h mateusz.viste /svarlang.lib/trunk/ updated file format spec + crediting Bernd for his very cool improvement  
/svarlang.lib/trunk/history.txt
/svarlang.lib/trunk/svarlang.txt
1293 393 d 1 h mateusz.viste /svarlang.lib/trunk/ changed file format signature to SvL\x1a to bring it to 4 bytes, allowing for faster check and avoiding a memcmp() call  
/svarlang.lib/trunk/svarlang.c
/svarlang.lib/trunk/tlumacz.c
1292 393 d 23 h mateusz.viste /sved/trunk/ implemented DEL  
/sved/trunk/sved.c
1291 394 d 13 h bernd.boeckmann /svarlang.lib/trunk/ trlumacz: fix ref-lang copy bug introduced in r1290  
/svarlang.lib/trunk/tlumacz.c
1290 396 d 3 h bernd.boeckmann /svarlang.lib/trunk/ svarlang file format refinement

use sorted dictionary to speed up searches
breaking change!
 
/svarlang.lib/trunk/history.txt
/svarlang.lib/trunk/svarlang.c
/svarlang.lib/trunk/svarlang.h
/svarlang.lib/trunk/svarlang.txt
/svarlang.lib/trunk/tlumacz.c
1289 397 d 0 h mateusz.viste /sved/trunk/ implemented ENTER key  
/sved/trunk/sved.c
1288 397 d 1 h mateusz.viste /sved/trunk/ using far pointers so I can load files larger than 64K  
/sved/trunk/sved.c
1287 397 d 1 h mateusz.viste /sved/trunk/ refactored file-loading routine and handling out of memory situations  
/sved/trunk/sved.c
1286 397 d 8 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 397 d 9 h mateusz.viste /sved/trunk/ compile as tiny-mode COM for smaller disk footprint (executable is almost 1K smaller)  
/sved/trunk/makefile
1284 397 d 9 h mateusz.viste /sved/trunk/ use memmove() instead of memcpy() to make code slightly smaller  
/sved/trunk/sved.c
1283 397 d 12 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/sved.c
/sved/trunk/sved.txt
1282 397 d 14 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