Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
496 954 d 4 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
487 954 d 6 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
479 955 d 1 h mateuszviste /svarcom/trunk/ cmdline far ptr is replaced by a local array, shared with BUFFER and merged with rmodcore  
478 955 d 6 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 955 d 8 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
448 960 d 2 h mateuszviste /svarcom/trunk/ each svarcom instance has its own rmod + svarcom is able to quit (unloading its rmod in the process)  
433 963 d 22 h mateuszviste /svarcom/trunk/ added the future NLS translations generator  
432 964 d 3 h mateuszviste /svarcom/trunk/ file2c is more flexible: configurable CONST flag + custom array size  
421 965 d 23 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
402 971 d 1 h mateuszviste /svarcom/trunk/ basic support for stdout redirections  
397 972 d 5 h mateuszviste /svarcom/ moved contents to trunk  
394 972 d 7 h mateuszviste /svarcom/ added pkg target  
363 983 d 23 h mateuszviste /svarcom/ CD/CHDIR implementation  
361 984 d 5 h mateuszviste /svarcom/ implemented set var=value  
356 985 d 0 h mateuszviste /svarcom/ trigger build whenever a cmd file changes  
352 985 d 6 h mateuszviste /svarcom/ reorganized source code into more modules  
351 985 d 8 h mateuszviste /svarcom/ rmod-related routines moved to a separate module  
349 986 d 1 h mateuszviste /svarcom/ added svarcom prototype