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
1618 189 d 16 h mateusz.viste /localcfg/trunk/ upgraded svarlang to ver 20230730, LNG now stored in same dir as executable  
/localcfg/trunk/Makefile
/localcfg/trunk/deflang.c
/localcfg/trunk/history.txt
/localcfg/trunk/localcfg.c
/localcfg/trunk/localcfg.lng
/localcfg/trunk/svarlang.lib
1617 189 d 16 h mateusz.viste /localcfg/trunk/nls_lang/ backslashes must be escaped  
/localcfg/trunk/nls_lang/br_utf8.txt
/localcfg/trunk/nls_lang/de_utf8.txt
/localcfg/trunk/nls_lang/en_utf8.txt
/localcfg/trunk/nls_lang/fr_utf8.txt
/localcfg/trunk/nls_lang/pl_utf8.txt
/localcfg/trunk/nls_lang/tr_utf8.txt
1616 221 d 15 h mateusz.viste / EN_ONLY builds are stripped from translation files (LNG,NLS) + disabled DMF support (no longer needed, the normal 1.44 EN_ONLY build fits on a single floppy now)  
/build.sh
1615 221 d 15 h mateusz.viste /packages-core/ removal of dosfsck from CORE (not 8086 compatible)  
/packages-core/dosfsck.svp
1614 221 d 16 h mateusz.viste /website/ adjusted download links for new filenames + listing the DMF option  
/website/index-main.php
1613 221 d 16 h mateusz.viste /website/ default download points to build 20231124  
/website/default_build.txt
1612 222 d 19 h mateusz.viste /packages-core/ upgraded pkg to ver 20231124  
/packages-core/pkg.svp
1611 222 d 19 h mateusz.viste /pkg/tags/20231124/ frozen ver 20231124 to tags  
/pkg/tags/20231124
1610 222 d 19 h mateusz.viste /pkg/trunk/ bumped LSM version  
/pkg/trunk/pkg.lsm
1609 222 d 19 h mateusz.viste /pkg/trunk/ reduced inflate() buffer from 32K to 12K to make SvarDOS installation work on an IBM PC with 256K of RAM  
/pkg/trunk/inf.c
/pkg/trunk/inf.h
/pkg/trunk/libunzip.c
/pkg/trunk/version.h
1608 223 d 2 h mateusz.viste /buildidx/ added support for "release XYZ" versions (special hack for E. C. Masloch)  
/buildidx/buildidx.php
1607 223 d 2 h mateusz.viste /buildidx/ SVED included in the MS-DOS compat list instead of EDIT  
/buildidx/buildidx.php
1606 223 d 3 h mateusz.viste / adjusted path to the helixteam backup  
/sync-mirrors.sh
1605 224 d 14 h mateusz.viste /help/ added a note about warn LSM lines  
/help/help-br/title
/help/help-de/title
/help/help-en/pkgfmt.ama
/help/help-en/title
1604 224 d 14 h mateusz.viste /packages-core/ upgraded core pkg to latest version  
/packages-core/pkg.svp
1603 224 d 14 h mateusz.viste /pkg/tags/20231122/ frozen ver 20231122 to tags  
/pkg/tags/20231122
1602 224 d 15 h mateusz.viste /pkg/trunk/ upgraded SvarLANG to latest version + LNG is now installed in BIN along with pkg.exe  
/pkg/trunk/Makefile
/pkg/trunk/main.c
/pkg/trunk/svarlang.lib
1601 224 d 15 h mateusz.viste /pkg/trunk/ filenames shorter than 4 bytes are also autocompleted with .SVP  
/pkg/trunk/pkginst.c
1600 224 d 15 h mateusz.viste /pkg/trunk/ the .SVP extension is optional for pkg install and pkg update operations  
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkg.lsm
/pkg/trunk/pkginst.c
1599 224 d 15 h mateusz.viste /pkg/trunk/ display post-install "warn" messages if present in LSM metadata  
/pkg/trunk/pkginst.c
/pkg/trunk/version.h
1598 224 d 16 h bernd.boeckmann /packages-core/ update FDISK core package to 1.3.11  
/packages-core/fdisk.svp
1597 224 d 20 h mateusz.viste /svarcom/trunk/ save (and restore) the original parent of my PSP as advised by E. C. Masloch  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/sayonara.c
1596 224 d 22 h mateusz.viste /svarcom/trunk/ wasm ignores [] on source addresses so it is clearer to just avoid them  
/svarcom/trunk/sayonara.c
1595 225 d 15 h mateusz.viste /svarcom/trunk/ set parent of transient SvarCOM to RMOD (apparently required by EDR-DOS?)  
/svarcom/trunk/rmodinit.c
1594 225 d 15 h mateusz.viste /svarcom/trunk/ preserving bx,cx,dx registers throughout inline assembly block  
/svarcom/trunk/rmodinit.c
1593 228 d 14 h mateusz.viste /svarcom/trunk/ using faster cmp instead of or  
/svarcom/trunk/rmod.asm
1592 228 d 14 h mateusz.viste /svarcom/trunk/ rmod building moved to bldrmod.bat so wmake still works even when nasm is a svardos link  
/svarcom/trunk/bldrmod.bat
/svarcom/trunk/makefile
1591 228 d 14 h mateusz.viste /svarcom/trunk/ instead of raw-copying a PSP for RMOD, ask DOS to generate it via int 21h,ah=26h  
/svarcom/trunk/rmodinit.c
1590 228 d 23 h mateusz.viste /svarcom/trunk/ do NOT close file handlers in an attempt to preserve the stdin/stdout/etc descriptors  
/svarcom/trunk/rmodinit.c
1589 229 d 0 h mateusz.viste /svarcom/trunk/ RMOD's PSP set so the SS:SP pointer has some room to POP things (advised by E. C. Masloch, thanks\!)  
/svarcom/trunk/rmodinit.c
1588 229 d 2 h mateusz.viste /svarcom/trunk/ preset RMOD's JFT size to 20 slots (which is the maximum that the PSP can hold - more than this would require a separate allocation)  
/svarcom/trunk/rmodinit.c
1587 229 d 13 h mateusz.viste /svarcom/trunk/ patching up RMOD's PSP once it is loaded in memory: clearing out the JFTand presetting a stack address. thanks to E. C. Masloch for pointers  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/rmodinit.c
1586 231 d 16 h mateusz.viste /website/sved/ updated website information about sved footprint  
/website/sved/settings.php
1585 231 d 16 h mateusz.viste /sved/tags/2023.5/ frozen ver 2023.5 to tags  
/sved/tags/2023.5
1584 231 d 16 h mateusz.viste /sved/trunk/ doc update before release  
/sved/trunk/sved.txt
1583 231 d 16 h mateusz.viste /sved/trunk/ include asm in source release package  
/sved/trunk/makefile
1582 231 d 20 h mateusz.viste /sved/trunk/ upgraded startup routine from Bernd's WMINCRT  
/sved/trunk/makefile
/sved/trunk/startup.asm
1581 231 d 20 h mateusz.viste /sved/trunk/ doc update  
/sved/trunk/sved.txt
1580 231 d 21 h mateusz.viste /sved/trunk/ renamed a few functions for better consistency  
/sved/trunk/sved.c
1579 231 d 21 h mateusz.viste /sved/trunk/ fmemmove() handles memory overlaps  
/sved/trunk/sved.c