Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
996 850 d 3 h mateusz.viste /pkg/tags/20220228/ frozen ver 20220228 to tags  
995 850 d 3 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
994 850 d 4 h mateusz.viste /pkg/trunk/ lone files go to C:\ (command.com, kernel.sys, ...)  
993 850 d 4 h mateusz.viste /pkg/trunk/ version bump  
992 850 d 4 h mateusz.viste /pkg/trunk/ delete previously created packages, if any, before generating new releases  
991 850 d 4 h mateusz.viste /pkg/trunk/ fixed link to svarlang  
990 850 d 6 h mateusz.viste /svarcom/trunk/ all SvarCOM messages are available for translation  
989 850 d 10 h mateusz.viste /svarcom/trunk/ many new strings are localizeable now  
988 850 d 12 h mateusz.viste /svarcom/trunk/ doc update  
987 850 d 13 h mateusz.viste /svarcom/trunk/ improved stack overflow protection so it is allows stack overflow as long as it does not touches actual data  
986 850 d 14 h mateusz.viste /svarcom/trunk/ release version is UPXed  
985 850 d 14 h mateusz.viste /svarcom/trunk/ svarlang_strid() returns empty strings on error, not NULL values  
984 851 d 1 h bttr /packages/ added new packages: HWINFO and HWINFO16  
983 851 d 2 h mateusz.viste /svarcom/trunk/ smart stack overflow detection: damages only the commandline history and degrades gracefully  
982 851 d 2 h mateusz.viste /svarcom/trunk/ FOR skeleton and help screen  
981 851 d 11 h bttr /svarcom/trunk/lang/ updated German language meta data  
980 851 d 11 h bttr /localcfg/trunk/nls_lang/ added drive and path to English language file  
979 851 d 11 h bttr /localcfg/trunk/ added German translation for localcfg  
978 851 d 12 h bttr /svarcom/trunk/lang/ minor tweaks to German translation  
977 851 d 12 h bttr /svarcom/trunk/lang/ changed Codepage to Codeseite  
976 851 d 12 h bttr /svarcom/trunk/ added German translation for SvarCOM  
975 852 d 21 h mateusz.viste /svarcom/trunk/ transient shell follows the int23h vector to locate RMOD (LINK/LN compatibility workaround)  
974 852 d 21 h mateusz.viste /svarcom/trunk/ documentation improved  
973 852 d 22 h mateusz.viste /svarcom/trunk/ relinked to new svarlang directory  
972 852 d 22 h mateusz.viste /svarlang.lib/tags/20220226/ frozen ver 20220226 to tags  
971 852 d 22 h mateusz.viste /svarlang.lib/trunk/ replaced fopen() and friends by direct DOS calls  
970 852 d 22 h mateusz.viste /svarlang.lib/tags/ frozen ver 20220217 to tags  
969 852 d 22 h mateusz.viste /svarlang.lib/ moved SvarLANG head to a trunk directory  
968 853 d 0 h mateusz.viste /svarcom/trunk/ SvarCOM relies on SvarLANG for multi-lang support  
967 853 d 0 h mateusz.viste /svarcom/trunk/ added the int24 handler skeleton  
966 853 d 0 h mateusz.viste /svarcom/trunk/ makefile release target creates both a source archive and a binary SvarDOS package  
965 853 d 1 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  
964 853 d 2 h mateusz.viste /svarcom/trunk/ goto implementation  
963 853 d 2 h mateusz.viste /svarcom/trunk/ rmod bat ctx linked list is freed using a specialized function to enable reusability  
962 853 d 22 h mateusz.viste /svarcom/trunk/ GOTO skeleton  
961 853 d 22 h mateusz.viste /svarcom/trunk/ doc update  
960 853 d 22 h mateusz.viste /svarcom/trunk/ batch :LABELS are skipped during batch processing  
959 853 d 22 h mateusz.viste /svarcom/trunk/ DOS errors are output to stdout, and also to stderr if stdout is redirected  
958 853 d 23 h mateusz.viste /svarcom/trunk/ fixed batch processing with /C (was executing only first command)  
957 853 d 23 h mateusz.viste /svarcom/trunk/ CALL support for calling batch files from within batch files