Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1163 821 d 1 h mateusz.viste /svarcom/tags/svarcom-2022.4/ frozen 2022.4 to tags  
1058 855 d 0 h mateusz.viste /svarcom/trunk/ lang build moved to a separate target for easier manual rebuilds  
1047 856 d 13 h mateusz.viste /svarcom/trunk/ added Turkish translations, submitted by Berki Yenigün (thraex)  
998 863 d 15 h mateusz.viste /svarcom/ frozen SvarCOM ver 2022.1 to tags  
986 864 d 3 h mateusz.viste /svarcom/trunk/ release version is UPXed  
976 865 d 1 h bttr /svarcom/trunk/ added German translation for SvarCOM  
968 866 d 13 h mateusz.viste /svarcom/trunk/ SvarCOM relies on SvarLANG for multi-lang support  
966 866 d 13 h mateusz.viste /svarcom/trunk/ makefile release target creates both a source archive and a binary SvarDOS package  
965 866 d 14 h mateusz.viste /svarcom/trunk/ removed the custom tlumacz build, replaced by the one from svarlang.lib + nlsgen moved to the makefile so it is all in one place  
579 890 d 15 h mateuszviste /svarcom/trunk/ release is zipped with more aggressive ZIP options  
538 954 d 12 h mateuszviste /svarcom/trunk/ DOS errors can be translated now + always output to stderr instead of stdout  
524 959 d 17 h mateuszviste /svarcom/trunk/ clean target performs additional cleanups  
523 959 d 18 h mateuszviste /svarcom/trunk/ distribuable pkg contains binaries and sources  
516 960 d 16 h mateuszviste /svarcom/trunk/ make sure to rebuild command.obj when rmodcore changes  
513 961 d 1 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
510 961 d 12 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
509 961 d 12 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
499 963 d 17 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
496 963 d 18 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
487 963 d 19 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
479 964 d 15 h mateuszviste /svarcom/trunk/ cmdline far ptr is replaced by a local array, shared with BUFFER and merged with rmodcore  
478 964 d 19 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 964 d 21 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
448 969 d 15 h mateuszviste /svarcom/trunk/ each svarcom instance has its own rmod + svarcom is able to quit (unloading its rmod in the process)  
433 973 d 12 h mateuszviste /svarcom/trunk/ added the future NLS translations generator  
432 973 d 17 h mateuszviste /svarcom/trunk/ file2c is more flexible: configurable CONST flag + custom array size  
421 975 d 13 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
402 980 d 14 h mateuszviste /svarcom/trunk/ basic support for stdout redirections  
397 981 d 18 h mateuszviste /svarcom/ moved contents to trunk  
394 981 d 20 h mateuszviste /svarcom/ added pkg target  
363 993 d 13 h mateuszviste /svarcom/ CD/CHDIR implementation  
361 993 d 18 h mateuszviste /svarcom/ implemented set var=value  
356 994 d 13 h mateuszviste /svarcom/ trigger build whenever a cmd file changes  
352 994 d 19 h mateuszviste /svarcom/ reorganized source code into more modules  
351 994 d 22 h mateuszviste /svarcom/ rmod-related routines moved to a separate module  
349 995 d 15 h mateuszviste /svarcom/ added svarcom prototype