Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
581 859 d 19 h mateuszviste /svarcom/tags/svarcom-2022.0/ frozen ver 2022.0 to tags  
579 859 d 19 h mateuszviste /svarcom/trunk/ release is zipped with more aggressive ZIP options  
538 923 d 16 h mateuszviste /svarcom/trunk/ DOS errors can be translated now + always output to stderr instead of stdout  
524 928 d 22 h mateuszviste /svarcom/trunk/ clean target performs additional cleanups  
523 928 d 22 h mateuszviste /svarcom/trunk/ distribuable pkg contains binaries and sources  
516 929 d 21 h mateuszviste /svarcom/trunk/ make sure to rebuild command.obj when rmodcore changes  
513 930 d 6 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
510 930 d 16 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
509 930 d 17 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
499 932 d 21 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
496 932 d 22 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
487 933 d 0 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
479 933 d 19 h mateuszviste /svarcom/trunk/ cmdline far ptr is replaced by a local array, shared with BUFFER and merged with rmodcore  
478 934 d 0 h mateuszviste /svarcom/trunk/ renamed rmod array to rmodcore and removed its const flag so the memory can be possibly reused for other purposes  
476 934 d 2 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
448 938 d 20 h mateuszviste /svarcom/trunk/ each svarcom instance has its own rmod + svarcom is able to quit (unloading its rmod in the process)  
433 942 d 16 h mateuszviste /svarcom/trunk/ added the future NLS translations generator  
432 942 d 21 h mateuszviste /svarcom/trunk/ file2c is more flexible: configurable CONST flag + custom array size  
421 944 d 17 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
402 949 d 19 h mateuszviste /svarcom/trunk/ basic support for stdout redirections  
397 950 d 23 h mateuszviste /svarcom/ moved contents to trunk  
394 951 d 1 h mateuszviste /svarcom/ added pkg target  
363 962 d 17 h mateuszviste /svarcom/ CD/CHDIR implementation  
361 962 d 23 h mateuszviste /svarcom/ implemented set var=value  
356 963 d 18 h mateuszviste /svarcom/ trigger build whenever a cmd file changes  
352 964 d 0 h mateuszviste /svarcom/ reorganized source code into more modules  
351 964 d 2 h mateuszviste /svarcom/ rmod-related routines moved to a separate module  
349 964 d 19 h mateuszviste /svarcom/ added svarcom prototype