├── .gitignore ├── DOC ├── ENGLISH │ ├── dnini.txt │ ├── news210.txt │ ├── news211.txt │ ├── news212.txt │ └── news214.txt └── RUSSIAN │ ├── NEWS209.TXT │ ├── dnini.txt │ ├── news208.txt │ ├── news209d.txt │ ├── news210.txt │ ├── news210d.txt │ ├── news211.txt │ ├── news211d.txt │ ├── news212.txt │ ├── news212d.txt │ ├── news213.txt │ ├── news213d.txt │ └── news214.txt ├── EXE.D32 ├── COLORS │ ├── B&W.pal │ ├── Dark.pal │ ├── Default.pal │ ├── Jaroslaw.pal │ ├── Mono.pal │ ├── Norton.pal │ ├── Strelok.pal │ └── Vax.pal ├── DN.COM ├── DN.FLG ├── XLT │ ├── WIN866R.XLT │ ├── crazy1.xlt │ ├── descript.ion │ ├── koi8-r.xlt │ ├── ru441.xlt │ ├── sort866.xlt │ └── uni_rus.xlt ├── descript.ion ├── dn.ini └── file_id.diz ├── EXE.OLF ├── COLORS │ ├── B&W.pal │ ├── Dark.pal │ ├── Default.pal │ ├── Jaroslaw.pal │ ├── Mono.pal │ ├── Norton.pal │ ├── Strelok.pal │ └── Vax.pal ├── XLT │ ├── WIN866R.XLT │ ├── crazy1.xlt │ ├── descript.ion │ ├── koi8-r.xlt │ ├── ru441.xlt │ ├── sort866.xlt │ └── uni_rus.xlt ├── descript.ion ├── dn.ea ├── dn.edt ├── dn.ext ├── dn.hgl ├── dn.ini ├── dn.mnu ├── dn.rc2 ├── dn.res ├── dn.vwr ├── dn.xrn ├── dn_pm.ico ├── dnalt.vwr ├── dndosout.bat ├── dnpmapil.dll ├── file_id.diz ├── makeicon.cmd └── patchkb.cmd ├── EXE.WLF ├── COLORS │ ├── B&W.pal │ ├── Dark.pal │ ├── Default.pal │ ├── Jaroslaw.pal │ ├── Mono.pal │ ├── Norton.pal │ ├── Strelok.pal │ └── Vax.pal ├── XLT │ ├── WIN866R.XLT │ ├── crazy1.xlt │ ├── descript.ion │ ├── koi8-r.xlt │ ├── ru441.xlt │ ├── sort866.xlt │ └── uni_rus.xlt ├── descript.ion ├── dn.edt ├── dn.ext ├── dn.hgl ├── dn.ini ├── dn.mnu ├── dn.res ├── dn.vwr ├── dn.xrn ├── dn2w.ico ├── dnalt.vwr ├── dnw.bat ├── file_id.diz └── no_blink.com ├── English.DLG ├── English.LNG ├── LIB.D32 ├── DosLow.pas ├── Events.pas ├── FLTL.PAS ├── country_.pas ├── dn2pmapi.pas ├── dos32a.exe ├── files.pas ├── fnotify.pas ├── import32.asm ├── os2.asm └── vpsysd32.patch ├── LIB.OLF ├── Events.pas ├── country_.pas ├── dn2pmapi.pas ├── files.pas ├── fltl.pas ├── fnotify.pas ├── killer.pas ├── proc_os2.pas ├── vpsysos2.001 └── vpsysos2.patch ├── LIB.WLF ├── Events.pas ├── KILLER.PAS ├── country_.pas ├── dn2pmapi.pas ├── files.pas ├── fltl.pas ├── fnotify.pas ├── proc_w32.pas ├── vpkbdw32.pas └── vpsysw32.patch ├── LICENSE.txt ├── Microed.001 ├── Microed2.001 ├── README.md ├── RESOURCE ├── 1125.cmd ├── 866_1125.cmd ├── ENGLISH │ ├── descript.ion │ ├── dn.dnl │ ├── dn.dnr │ └── dnhelp.htx ├── RUSSIAN │ ├── descript.ion │ ├── dn.dnl │ ├── dn.dnr │ └── dnhelp.htx ├── UKRAIN │ ├── descript.ion │ ├── dn.dnl │ ├── dn.dnr │ └── dnhelp.htx └── descript.ion ├── U_KeyMap.001 ├── Views.001 ├── Views.002 ├── Views.003 ├── Views.004 ├── _apps.pas ├── _collect.pas ├── _defines.pas ├── _dialogs.pas ├── _diff.cmd ├── _diff1.cmd ├── _dnc.cmd ├── _dnco.cmd ├── _dncod.cmd ├── _dncow.cmd ├── _dncw.cmd ├── _dncwd.cmd ├── _dncwo.cmd ├── _dnfuncs.pas ├── _drives.pas ├── _editors.pas ├── _fviewer.pas ├── _gauge.pas ├── _menus.pas ├── _model1.pas ├── _model2.pas ├── _objects.pas ├── _patch.log ├── _rcpo.cmd ├── _regexp.pas ├── _streams.pas ├── _views.pas ├── _vmtreg.pas ├── advance.pas ├── advance1.pas ├── advance2.pas ├── advance3.pas ├── advance4.pas ├── advance6.pas ├── advance7.pas ├── arch7z.pas ├── archace.pas ├── archain.pas ├── archarc.pas ├── archbs2.pas ├── archbsa.pas ├── archbz2.pas ├── archcab.pas ├── archchz.pas ├── archdet.pas ├── archha.bak ├── archha.pas ├── archhap.pas ├── archhpk.pas ├── archhyp.pas ├── archis3.pas ├── archiver.pas ├── archlha.pas ├── archlim.pas ├── archqrk.pas ├── archrar.pas ├── archread.pas ├── archset.pas ├── archsqz.pas ├── archtar.pas ├── archtgz.pas ├── archuc2.pas ├── archufa.pas ├── archzip.pas ├── archzoo.pas ├── archzxz.pas ├── arcview.pas ├── arvid.pas ├── arvidavt.pas ├── arvidtdr.pas ├── asciitab.pas ├── calc.pas ├── calculat.pas ├── calendar.pas ├── callspcb.pas ├── ccalc.pas ├── cellscol.pas ├── cmdline.pas ├── colors.pas ├── colorsel.pas ├── colorvga.pas ├── commands.pas ├── copyini.pas ├── country.pas ├── dblwnd.pas ├── dbview.pas ├── dbwatch.pas ├── decoder.pas ├── defcoll.pas ├── defines.pas ├── descript.ion ├── dialogs.001 ├── dialogs.pas ├── diskimg.pas ├── diskinfo.pas ├── dn.mnu ├── dn.pas ├── dn1.pas ├── dn_.sh ├── dnapp.001 ├── dnapp.pas ├── dnexec.pas ├── dnfuncs.pas ├── dnhelp.pas ├── dnini.pas ├── dninip.pas ├── dnpmapil.pas ├── dnstddlg.pas ├── dnutil.pas ├── drivers.001 ├── drivers.pas ├── drivers.vp ├── drivers2.pas ├── drives.001 ├── drives.pas ├── eaoper.pas ├── ed2.pas ├── editor.pas ├── edwin.pas ├── eraser.pas ├── errmess.pas ├── events.inc ├── events.pas ├── fbb.pas ├── file_id.diz ├── filecopy.001 ├── filecopy.pas ├── filediz.pas ├── filefind.pas ├── filelst.pas ├── files.pas ├── filescol.001 ├── filescol.pas ├── filetype.pas ├── findobj.pas ├── fio._vp ├── flpanel.pas ├── flpanelx.001 ├── flpanelx.pas ├── fltl.001 ├── fltl.pas ├── fltools.pas ├── fnotify.001 ├── fnotify.pas ├── fstorage.pas ├── fviewer.pas ├── gauge.pas ├── gauges.pas ├── getconst.pas ├── hash.pas ├── helpfile.pas ├── helpkern.pas ├── highlite.pas ├── histlist.pas ├── histries.pas ├── idlers.pas ├── inifiles.pas ├── killer.pas ├── lfn.pas ├── lfnvp.pas ├── linux └── init.sh ├── listmakr.pas ├── macro.pas ├── memory.pas ├── menus.pas ├── messages.pas ├── microed.pas ├── microed2.pas ├── modules.pas ├── netbrwsr.pas ├── objects.pas ├── objects2.pas ├── objtype.pas ├── openobj.pas ├── pdsetup.pas ├── phones.pas ├── pktview.pas ├── plugin.pas ├── plugman.pas ├── plugrez.pas ├── printman.pas ├── profile.pas ├── rcp.pas ├── rcpvpd.ini ├── rcpvpo.ini ├── rcpvpw.ini ├── read.me ├── regall.pas ├── regexp.pas ├── rstrings.pas ├── rtpatch.pas ├── scroller.pas ├── setups.pas ├── sort141.001 ├── startup.pas ├── startupp.pas ├── stdefine.inc ├── streams.pas ├── strview.pas ├── swe.pas ├── sysutils.inc ├── sysutils.patch ├── tasklst.pas ├── tetris.pas ├── titleset.pas ├── topview.pas ├── tree.pas ├── tvhc.001 ├── tvhc.pas ├── ufnmatch.pas ├── ukeymap.pas ├── umyapp.pas ├── uniwin.pas ├── usermenu.pas ├── usersavr.pas ├── usrchf.pas ├── uucode.bak ├── uucode.pas ├── uue2inc.pas ├── validate.pas ├── vars.pas ├── version.pas ├── videoman.pas ├── views.pas ├── views.vp ├── vp.vpo ├── vp_dist ├── LICENCE.TXT └── Virtual Pascal.ver.2.1.279.English.zip ├── vpc.cfg ├── vpd.vpo ├── vpr.vpo ├── vpsyslnx.patch ├── vpsyslo2.pas ├── vpsyslow.patch ├── winclpvp.pas ├── xcode.pas ├── xdblwnd.pas └── xtime.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/.gitignore -------------------------------------------------------------------------------- /DOC/ENGLISH/dnini.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/ENGLISH/dnini.txt -------------------------------------------------------------------------------- /DOC/ENGLISH/news210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/ENGLISH/news210.txt -------------------------------------------------------------------------------- /DOC/ENGLISH/news211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/ENGLISH/news211.txt -------------------------------------------------------------------------------- /DOC/ENGLISH/news212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/ENGLISH/news212.txt -------------------------------------------------------------------------------- /DOC/ENGLISH/news214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/ENGLISH/news214.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/NEWS209.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/NEWS209.TXT -------------------------------------------------------------------------------- /DOC/RUSSIAN/dnini.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/dnini.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news208.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news209d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news209d.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news210.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news210d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news210d.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news211.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news211d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news211d.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news212.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news212d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news212d.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news213.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news213d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news213d.txt -------------------------------------------------------------------------------- /DOC/RUSSIAN/news214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/DOC/RUSSIAN/news214.txt -------------------------------------------------------------------------------- /EXE.D32/COLORS/B&W.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/B&W.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Dark.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Dark.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Default.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Default.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Jaroslaw.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Jaroslaw.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Mono.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Mono.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Norton.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Norton.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Strelok.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Strelok.pal -------------------------------------------------------------------------------- /EXE.D32/COLORS/Vax.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/COLORS/Vax.pal -------------------------------------------------------------------------------- /EXE.D32/DN.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/DN.COM -------------------------------------------------------------------------------- /EXE.D32/DN.FLG: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /EXE.D32/XLT/WIN866R.XLT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/WIN866R.XLT -------------------------------------------------------------------------------- /EXE.D32/XLT/crazy1.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/crazy1.xlt -------------------------------------------------------------------------------- /EXE.D32/XLT/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/descript.ion -------------------------------------------------------------------------------- /EXE.D32/XLT/koi8-r.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/koi8-r.xlt -------------------------------------------------------------------------------- /EXE.D32/XLT/ru441.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/ru441.xlt -------------------------------------------------------------------------------- /EXE.D32/XLT/sort866.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/sort866.xlt -------------------------------------------------------------------------------- /EXE.D32/XLT/uni_rus.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/XLT/uni_rus.xlt -------------------------------------------------------------------------------- /EXE.D32/descript.ion: -------------------------------------------------------------------------------- 1 | dn.ini Main configuration file 2 | -------------------------------------------------------------------------------- /EXE.D32/dn.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.D32/dn.ini -------------------------------------------------------------------------------- /EXE.D32/file_id.diz: -------------------------------------------------------------------------------- 1 | DN/2 OSP 2.14 - DPMI32 binaries 2 | -------------------------------------------------------------------------------- /EXE.OLF/COLORS/B&W.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/B&W.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Dark.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Dark.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Default.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Default.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Jaroslaw.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Jaroslaw.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Mono.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Mono.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Norton.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Norton.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Strelok.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Strelok.pal -------------------------------------------------------------------------------- /EXE.OLF/COLORS/Vax.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/COLORS/Vax.pal -------------------------------------------------------------------------------- /EXE.OLF/XLT/WIN866R.XLT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/WIN866R.XLT -------------------------------------------------------------------------------- /EXE.OLF/XLT/crazy1.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/crazy1.xlt -------------------------------------------------------------------------------- /EXE.OLF/XLT/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/descript.ion -------------------------------------------------------------------------------- /EXE.OLF/XLT/koi8-r.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/koi8-r.xlt -------------------------------------------------------------------------------- /EXE.OLF/XLT/ru441.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/ru441.xlt -------------------------------------------------------------------------------- /EXE.OLF/XLT/sort866.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/sort866.xlt -------------------------------------------------------------------------------- /EXE.OLF/XLT/uni_rus.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/XLT/uni_rus.xlt -------------------------------------------------------------------------------- /EXE.OLF/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/descript.ion -------------------------------------------------------------------------------- /EXE.OLF/dn.ea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.ea -------------------------------------------------------------------------------- /EXE.OLF/dn.edt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.edt -------------------------------------------------------------------------------- /EXE.OLF/dn.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.ext -------------------------------------------------------------------------------- /EXE.OLF/dn.hgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.hgl -------------------------------------------------------------------------------- /EXE.OLF/dn.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.ini -------------------------------------------------------------------------------- /EXE.OLF/dn.mnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.mnu -------------------------------------------------------------------------------- /EXE.OLF/dn.rc2: -------------------------------------------------------------------------------- 1 | 2 | POINTER 1 dn_pm.ico 3 | -------------------------------------------------------------------------------- /EXE.OLF/dn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.res -------------------------------------------------------------------------------- /EXE.OLF/dn.vwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.vwr -------------------------------------------------------------------------------- /EXE.OLF/dn.xrn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn.xrn -------------------------------------------------------------------------------- /EXE.OLF/dn_pm.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dn_pm.ico -------------------------------------------------------------------------------- /EXE.OLF/dnalt.vwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dnalt.vwr -------------------------------------------------------------------------------- /EXE.OLF/dndosout.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dndosout.bat -------------------------------------------------------------------------------- /EXE.OLF/dnpmapil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/dnpmapil.dll -------------------------------------------------------------------------------- /EXE.OLF/file_id.diz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/file_id.diz -------------------------------------------------------------------------------- /EXE.OLF/makeicon.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/makeicon.cmd -------------------------------------------------------------------------------- /EXE.OLF/patchkb.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.OLF/patchkb.cmd -------------------------------------------------------------------------------- /EXE.WLF/COLORS/B&W.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/B&W.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Dark.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Dark.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Default.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Default.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Jaroslaw.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Jaroslaw.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Mono.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Mono.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Norton.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Norton.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Strelok.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Strelok.pal -------------------------------------------------------------------------------- /EXE.WLF/COLORS/Vax.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/COLORS/Vax.pal -------------------------------------------------------------------------------- /EXE.WLF/XLT/WIN866R.XLT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/WIN866R.XLT -------------------------------------------------------------------------------- /EXE.WLF/XLT/crazy1.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/crazy1.xlt -------------------------------------------------------------------------------- /EXE.WLF/XLT/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/descript.ion -------------------------------------------------------------------------------- /EXE.WLF/XLT/koi8-r.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/koi8-r.xlt -------------------------------------------------------------------------------- /EXE.WLF/XLT/ru441.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/ru441.xlt -------------------------------------------------------------------------------- /EXE.WLF/XLT/sort866.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/sort866.xlt -------------------------------------------------------------------------------- /EXE.WLF/XLT/uni_rus.xlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/XLT/uni_rus.xlt -------------------------------------------------------------------------------- /EXE.WLF/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/descript.ion -------------------------------------------------------------------------------- /EXE.WLF/dn.edt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.edt -------------------------------------------------------------------------------- /EXE.WLF/dn.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.ext -------------------------------------------------------------------------------- /EXE.WLF/dn.hgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.hgl -------------------------------------------------------------------------------- /EXE.WLF/dn.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.ini -------------------------------------------------------------------------------- /EXE.WLF/dn.mnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.mnu -------------------------------------------------------------------------------- /EXE.WLF/dn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.res -------------------------------------------------------------------------------- /EXE.WLF/dn.vwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.vwr -------------------------------------------------------------------------------- /EXE.WLF/dn.xrn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn.xrn -------------------------------------------------------------------------------- /EXE.WLF/dn2w.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dn2w.ico -------------------------------------------------------------------------------- /EXE.WLF/dnalt.vwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/dnalt.vwr -------------------------------------------------------------------------------- /EXE.WLF/dnw.bat: -------------------------------------------------------------------------------- 1 | @no_blink.com 2 | @dn.exe -------------------------------------------------------------------------------- /EXE.WLF/file_id.diz: -------------------------------------------------------------------------------- 1 | DN/2 OSP 2.14 - Win32 binaries 2 | -------------------------------------------------------------------------------- /EXE.WLF/no_blink.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/EXE.WLF/no_blink.com -------------------------------------------------------------------------------- /English.DLG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/English.DLG -------------------------------------------------------------------------------- /English.LNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/English.LNG -------------------------------------------------------------------------------- /LIB.D32/DosLow.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/DosLow.pas -------------------------------------------------------------------------------- /LIB.D32/Events.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/Events.pas -------------------------------------------------------------------------------- /LIB.D32/FLTL.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/FLTL.PAS -------------------------------------------------------------------------------- /LIB.D32/country_.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/country_.pas -------------------------------------------------------------------------------- /LIB.D32/dn2pmapi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/dn2pmapi.pas -------------------------------------------------------------------------------- /LIB.D32/dos32a.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/dos32a.exe -------------------------------------------------------------------------------- /LIB.D32/files.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/files.pas -------------------------------------------------------------------------------- /LIB.D32/fnotify.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/fnotify.pas -------------------------------------------------------------------------------- /LIB.D32/import32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/import32.asm -------------------------------------------------------------------------------- /LIB.D32/os2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/os2.asm -------------------------------------------------------------------------------- /LIB.D32/vpsysd32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.D32/vpsysd32.patch -------------------------------------------------------------------------------- /LIB.OLF/Events.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/Events.pas -------------------------------------------------------------------------------- /LIB.OLF/country_.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/country_.pas -------------------------------------------------------------------------------- /LIB.OLF/dn2pmapi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/dn2pmapi.pas -------------------------------------------------------------------------------- /LIB.OLF/files.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/files.pas -------------------------------------------------------------------------------- /LIB.OLF/fltl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/fltl.pas -------------------------------------------------------------------------------- /LIB.OLF/fnotify.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/fnotify.pas -------------------------------------------------------------------------------- /LIB.OLF/killer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/killer.pas -------------------------------------------------------------------------------- /LIB.OLF/proc_os2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/proc_os2.pas -------------------------------------------------------------------------------- /LIB.OLF/vpsysos2.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/vpsysos2.001 -------------------------------------------------------------------------------- /LIB.OLF/vpsysos2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.OLF/vpsysos2.patch -------------------------------------------------------------------------------- /LIB.WLF/Events.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/Events.pas -------------------------------------------------------------------------------- /LIB.WLF/KILLER.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/KILLER.PAS -------------------------------------------------------------------------------- /LIB.WLF/country_.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/country_.pas -------------------------------------------------------------------------------- /LIB.WLF/dn2pmapi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/dn2pmapi.pas -------------------------------------------------------------------------------- /LIB.WLF/files.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/files.pas -------------------------------------------------------------------------------- /LIB.WLF/fltl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/fltl.pas -------------------------------------------------------------------------------- /LIB.WLF/fnotify.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/fnotify.pas -------------------------------------------------------------------------------- /LIB.WLF/proc_w32.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/proc_w32.pas -------------------------------------------------------------------------------- /LIB.WLF/vpkbdw32.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/vpkbdw32.pas -------------------------------------------------------------------------------- /LIB.WLF/vpsysw32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LIB.WLF/vpsysw32.patch -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Microed.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Microed.001 -------------------------------------------------------------------------------- /Microed2.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Microed2.001 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/README.md -------------------------------------------------------------------------------- /RESOURCE/1125.cmd: -------------------------------------------------------------------------------- 1 | for %%i in (UKRAIN\dn*.???) do 866_1125.cmd %%i -------------------------------------------------------------------------------- /RESOURCE/866_1125.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/866_1125.cmd -------------------------------------------------------------------------------- /RESOURCE/ENGLISH/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/ENGLISH/descript.ion -------------------------------------------------------------------------------- /RESOURCE/ENGLISH/dn.dnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/ENGLISH/dn.dnl -------------------------------------------------------------------------------- /RESOURCE/ENGLISH/dn.dnr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/ENGLISH/dn.dnr -------------------------------------------------------------------------------- /RESOURCE/ENGLISH/dnhelp.htx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/ENGLISH/dnhelp.htx -------------------------------------------------------------------------------- /RESOURCE/RUSSIAN/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/RUSSIAN/descript.ion -------------------------------------------------------------------------------- /RESOURCE/RUSSIAN/dn.dnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/RUSSIAN/dn.dnl -------------------------------------------------------------------------------- /RESOURCE/RUSSIAN/dn.dnr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/RUSSIAN/dn.dnr -------------------------------------------------------------------------------- /RESOURCE/RUSSIAN/dnhelp.htx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/RUSSIAN/dnhelp.htx -------------------------------------------------------------------------------- /RESOURCE/UKRAIN/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/UKRAIN/descript.ion -------------------------------------------------------------------------------- /RESOURCE/UKRAIN/dn.dnl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/UKRAIN/dn.dnl -------------------------------------------------------------------------------- /RESOURCE/UKRAIN/dn.dnr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/UKRAIN/dn.dnr -------------------------------------------------------------------------------- /RESOURCE/UKRAIN/dnhelp.htx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/UKRAIN/dnhelp.htx -------------------------------------------------------------------------------- /RESOURCE/descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/RESOURCE/descript.ion -------------------------------------------------------------------------------- /U_KeyMap.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/U_KeyMap.001 -------------------------------------------------------------------------------- /Views.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Views.001 -------------------------------------------------------------------------------- /Views.002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Views.002 -------------------------------------------------------------------------------- /Views.003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Views.003 -------------------------------------------------------------------------------- /Views.004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/Views.004 -------------------------------------------------------------------------------- /_apps.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_apps.pas -------------------------------------------------------------------------------- /_collect.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_collect.pas -------------------------------------------------------------------------------- /_defines.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_defines.pas -------------------------------------------------------------------------------- /_dialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_dialogs.pas -------------------------------------------------------------------------------- /_diff.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_diff.cmd -------------------------------------------------------------------------------- /_diff1.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_diff1.cmd -------------------------------------------------------------------------------- /_dnc.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_dnc.cmd -------------------------------------------------------------------------------- /_dnco.cmd: -------------------------------------------------------------------------------- 1 | set Host=OLF 2 | _dnc %1 3 | -------------------------------------------------------------------------------- /_dncod.cmd: -------------------------------------------------------------------------------- 1 | set Host=OLF 2 | set Target=D32 3 | _dnc %1 4 | -------------------------------------------------------------------------------- /_dncow.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_dncow.cmd -------------------------------------------------------------------------------- /_dncw.cmd: -------------------------------------------------------------------------------- 1 | set Host=WLF 2 | _dnc.cmd %1 3 | -------------------------------------------------------------------------------- /_dncwd.cmd: -------------------------------------------------------------------------------- 1 | set Host=WLF 2 | set Target=D32 3 | _dnc.cmd %1 4 | -------------------------------------------------------------------------------- /_dncwo.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_dncwo.cmd -------------------------------------------------------------------------------- /_dnfuncs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_dnfuncs.pas -------------------------------------------------------------------------------- /_drives.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_drives.pas -------------------------------------------------------------------------------- /_editors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_editors.pas -------------------------------------------------------------------------------- /_fviewer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_fviewer.pas -------------------------------------------------------------------------------- /_gauge.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_gauge.pas -------------------------------------------------------------------------------- /_menus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_menus.pas -------------------------------------------------------------------------------- /_model1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_model1.pas -------------------------------------------------------------------------------- /_model2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_model2.pas -------------------------------------------------------------------------------- /_objects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_objects.pas -------------------------------------------------------------------------------- /_patch.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_patch.log -------------------------------------------------------------------------------- /_rcpo.cmd: -------------------------------------------------------------------------------- 1 | @D:\dn2stuff\DNOS2S09\EXE.OS2\rcp.exe -------------------------------------------------------------------------------- /_regexp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_regexp.pas -------------------------------------------------------------------------------- /_streams.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_streams.pas -------------------------------------------------------------------------------- /_views.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_views.pas -------------------------------------------------------------------------------- /_vmtreg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/_vmtreg.pas -------------------------------------------------------------------------------- /advance.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance.pas -------------------------------------------------------------------------------- /advance1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance1.pas -------------------------------------------------------------------------------- /advance2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance2.pas -------------------------------------------------------------------------------- /advance3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance3.pas -------------------------------------------------------------------------------- /advance4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance4.pas -------------------------------------------------------------------------------- /advance6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance6.pas -------------------------------------------------------------------------------- /advance7.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/advance7.pas -------------------------------------------------------------------------------- /arch7z.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/arch7z.pas -------------------------------------------------------------------------------- /archace.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archace.pas -------------------------------------------------------------------------------- /archain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archain.pas -------------------------------------------------------------------------------- /archarc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archarc.pas -------------------------------------------------------------------------------- /archbs2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archbs2.pas -------------------------------------------------------------------------------- /archbsa.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archbsa.pas -------------------------------------------------------------------------------- /archbz2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archbz2.pas -------------------------------------------------------------------------------- /archcab.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archcab.pas -------------------------------------------------------------------------------- /archchz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archchz.pas -------------------------------------------------------------------------------- /archdet.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archdet.pas -------------------------------------------------------------------------------- /archha.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archha.bak -------------------------------------------------------------------------------- /archha.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archha.pas -------------------------------------------------------------------------------- /archhap.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archhap.pas -------------------------------------------------------------------------------- /archhpk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archhpk.pas -------------------------------------------------------------------------------- /archhyp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archhyp.pas -------------------------------------------------------------------------------- /archis3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archis3.pas -------------------------------------------------------------------------------- /archiver.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archiver.pas -------------------------------------------------------------------------------- /archlha.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archlha.pas -------------------------------------------------------------------------------- /archlim.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archlim.pas -------------------------------------------------------------------------------- /archqrk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archqrk.pas -------------------------------------------------------------------------------- /archrar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archrar.pas -------------------------------------------------------------------------------- /archread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archread.pas -------------------------------------------------------------------------------- /archset.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archset.pas -------------------------------------------------------------------------------- /archsqz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archsqz.pas -------------------------------------------------------------------------------- /archtar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archtar.pas -------------------------------------------------------------------------------- /archtgz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archtgz.pas -------------------------------------------------------------------------------- /archuc2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archuc2.pas -------------------------------------------------------------------------------- /archufa.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archufa.pas -------------------------------------------------------------------------------- /archzip.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archzip.pas -------------------------------------------------------------------------------- /archzoo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archzoo.pas -------------------------------------------------------------------------------- /archzxz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/archzxz.pas -------------------------------------------------------------------------------- /arcview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/arcview.pas -------------------------------------------------------------------------------- /arvid.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/arvid.pas -------------------------------------------------------------------------------- /arvidavt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/arvidavt.pas -------------------------------------------------------------------------------- /arvidtdr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/arvidtdr.pas -------------------------------------------------------------------------------- /asciitab.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/asciitab.pas -------------------------------------------------------------------------------- /calc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/calc.pas -------------------------------------------------------------------------------- /calculat.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/calculat.pas -------------------------------------------------------------------------------- /calendar.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/calendar.pas -------------------------------------------------------------------------------- /callspcb.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/callspcb.pas -------------------------------------------------------------------------------- /ccalc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/ccalc.pas -------------------------------------------------------------------------------- /cellscol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/cellscol.pas -------------------------------------------------------------------------------- /cmdline.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/cmdline.pas -------------------------------------------------------------------------------- /colors.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/colors.pas -------------------------------------------------------------------------------- /colorsel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/colorsel.pas -------------------------------------------------------------------------------- /colorvga.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/colorvga.pas -------------------------------------------------------------------------------- /commands.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/commands.pas -------------------------------------------------------------------------------- /copyini.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/copyini.pas -------------------------------------------------------------------------------- /country.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/country.pas -------------------------------------------------------------------------------- /dblwnd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dblwnd.pas -------------------------------------------------------------------------------- /dbview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dbview.pas -------------------------------------------------------------------------------- /dbwatch.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dbwatch.pas -------------------------------------------------------------------------------- /decoder.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/decoder.pas -------------------------------------------------------------------------------- /defcoll.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/defcoll.pas -------------------------------------------------------------------------------- /defines.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/defines.pas -------------------------------------------------------------------------------- /descript.ion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/descript.ion -------------------------------------------------------------------------------- /dialogs.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dialogs.001 -------------------------------------------------------------------------------- /dialogs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dialogs.pas -------------------------------------------------------------------------------- /diskimg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/diskimg.pas -------------------------------------------------------------------------------- /diskinfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/diskinfo.pas -------------------------------------------------------------------------------- /dn.mnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dn.mnu -------------------------------------------------------------------------------- /dn.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dn.pas -------------------------------------------------------------------------------- /dn1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dn1.pas -------------------------------------------------------------------------------- /dn_.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dn_.sh -------------------------------------------------------------------------------- /dnapp.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnapp.001 -------------------------------------------------------------------------------- /dnapp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnapp.pas -------------------------------------------------------------------------------- /dnexec.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnexec.pas -------------------------------------------------------------------------------- /dnfuncs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnfuncs.pas -------------------------------------------------------------------------------- /dnhelp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnhelp.pas -------------------------------------------------------------------------------- /dnini.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnini.pas -------------------------------------------------------------------------------- /dninip.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dninip.pas -------------------------------------------------------------------------------- /dnpmapil.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnpmapil.pas -------------------------------------------------------------------------------- /dnstddlg.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnstddlg.pas -------------------------------------------------------------------------------- /dnutil.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/dnutil.pas -------------------------------------------------------------------------------- /drivers.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drivers.001 -------------------------------------------------------------------------------- /drivers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drivers.pas -------------------------------------------------------------------------------- /drivers.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drivers.vp -------------------------------------------------------------------------------- /drivers2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drivers2.pas -------------------------------------------------------------------------------- /drives.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drives.001 -------------------------------------------------------------------------------- /drives.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/drives.pas -------------------------------------------------------------------------------- /eaoper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/eaoper.pas -------------------------------------------------------------------------------- /ed2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/ed2.pas -------------------------------------------------------------------------------- /editor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/editor.pas -------------------------------------------------------------------------------- /edwin.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/edwin.pas -------------------------------------------------------------------------------- /eraser.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/eraser.pas -------------------------------------------------------------------------------- /errmess.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/errmess.pas -------------------------------------------------------------------------------- /events.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/events.inc -------------------------------------------------------------------------------- /events.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/events.pas -------------------------------------------------------------------------------- /fbb.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fbb.pas -------------------------------------------------------------------------------- /file_id.diz: -------------------------------------------------------------------------------- 1 | DN/2 OSP 2.14 - Sources 2 | -------------------------------------------------------------------------------- /filecopy.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filecopy.001 -------------------------------------------------------------------------------- /filecopy.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filecopy.pas -------------------------------------------------------------------------------- /filediz.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filediz.pas -------------------------------------------------------------------------------- /filefind.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filefind.pas -------------------------------------------------------------------------------- /filelst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filelst.pas -------------------------------------------------------------------------------- /files.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/files.pas -------------------------------------------------------------------------------- /filescol.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filescol.001 -------------------------------------------------------------------------------- /filescol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filescol.pas -------------------------------------------------------------------------------- /filetype.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/filetype.pas -------------------------------------------------------------------------------- /findobj.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/findobj.pas -------------------------------------------------------------------------------- /fio._vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fio._vp -------------------------------------------------------------------------------- /flpanel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/flpanel.pas -------------------------------------------------------------------------------- /flpanelx.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/flpanelx.001 -------------------------------------------------------------------------------- /flpanelx.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/flpanelx.pas -------------------------------------------------------------------------------- /fltl.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fltl.001 -------------------------------------------------------------------------------- /fltl.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fltl.pas -------------------------------------------------------------------------------- /fltools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fltools.pas -------------------------------------------------------------------------------- /fnotify.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fnotify.001 -------------------------------------------------------------------------------- /fnotify.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fnotify.pas -------------------------------------------------------------------------------- /fstorage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fstorage.pas -------------------------------------------------------------------------------- /fviewer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/fviewer.pas -------------------------------------------------------------------------------- /gauge.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/gauge.pas -------------------------------------------------------------------------------- /gauges.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/gauges.pas -------------------------------------------------------------------------------- /getconst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/getconst.pas -------------------------------------------------------------------------------- /hash.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/hash.pas -------------------------------------------------------------------------------- /helpfile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/helpfile.pas -------------------------------------------------------------------------------- /helpkern.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/helpkern.pas -------------------------------------------------------------------------------- /highlite.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/highlite.pas -------------------------------------------------------------------------------- /histlist.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/histlist.pas -------------------------------------------------------------------------------- /histries.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/histries.pas -------------------------------------------------------------------------------- /idlers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/idlers.pas -------------------------------------------------------------------------------- /inifiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/inifiles.pas -------------------------------------------------------------------------------- /killer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/killer.pas -------------------------------------------------------------------------------- /lfn.pas: -------------------------------------------------------------------------------- 1 | unit LFN; 2 | 3 | interface 4 | 5 | uses lfnvp; 6 | 7 | implementation 8 | 9 | end. 10 | 11 | -------------------------------------------------------------------------------- /lfnvp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/lfnvp.pas -------------------------------------------------------------------------------- /linux/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/linux/init.sh -------------------------------------------------------------------------------- /listmakr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/listmakr.pas -------------------------------------------------------------------------------- /macro.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/macro.pas -------------------------------------------------------------------------------- /memory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/memory.pas -------------------------------------------------------------------------------- /menus.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/menus.pas -------------------------------------------------------------------------------- /messages.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/messages.pas -------------------------------------------------------------------------------- /microed.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/microed.pas -------------------------------------------------------------------------------- /microed2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/microed2.pas -------------------------------------------------------------------------------- /modules.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/modules.pas -------------------------------------------------------------------------------- /netbrwsr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/netbrwsr.pas -------------------------------------------------------------------------------- /objects.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/objects.pas -------------------------------------------------------------------------------- /objects2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/objects2.pas -------------------------------------------------------------------------------- /objtype.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/objtype.pas -------------------------------------------------------------------------------- /openobj.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/openobj.pas -------------------------------------------------------------------------------- /pdsetup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/pdsetup.pas -------------------------------------------------------------------------------- /phones.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/phones.pas -------------------------------------------------------------------------------- /pktview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/pktview.pas -------------------------------------------------------------------------------- /plugin.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/plugin.pas -------------------------------------------------------------------------------- /plugman.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/plugman.pas -------------------------------------------------------------------------------- /plugrez.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/plugrez.pas -------------------------------------------------------------------------------- /printman.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/printman.pas -------------------------------------------------------------------------------- /profile.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/profile.pas -------------------------------------------------------------------------------- /rcp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rcp.pas -------------------------------------------------------------------------------- /rcpvpd.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rcpvpd.ini -------------------------------------------------------------------------------- /rcpvpo.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rcpvpo.ini -------------------------------------------------------------------------------- /rcpvpw.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rcpvpw.ini -------------------------------------------------------------------------------- /read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/read.me -------------------------------------------------------------------------------- /regall.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/regall.pas -------------------------------------------------------------------------------- /regexp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/regexp.pas -------------------------------------------------------------------------------- /rstrings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rstrings.pas -------------------------------------------------------------------------------- /rtpatch.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/rtpatch.pas -------------------------------------------------------------------------------- /scroller.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/scroller.pas -------------------------------------------------------------------------------- /setups.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/setups.pas -------------------------------------------------------------------------------- /sort141.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/sort141.001 -------------------------------------------------------------------------------- /startup.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/startup.pas -------------------------------------------------------------------------------- /startupp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/startupp.pas -------------------------------------------------------------------------------- /stdefine.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/stdefine.inc -------------------------------------------------------------------------------- /streams.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/streams.pas -------------------------------------------------------------------------------- /strview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/strview.pas -------------------------------------------------------------------------------- /swe.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/swe.pas -------------------------------------------------------------------------------- /sysutils.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/sysutils.inc -------------------------------------------------------------------------------- /sysutils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/sysutils.patch -------------------------------------------------------------------------------- /tasklst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/tasklst.pas -------------------------------------------------------------------------------- /tetris.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/tetris.pas -------------------------------------------------------------------------------- /titleset.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/titleset.pas -------------------------------------------------------------------------------- /topview.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/topview.pas -------------------------------------------------------------------------------- /tree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/tree.pas -------------------------------------------------------------------------------- /tvhc.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/tvhc.001 -------------------------------------------------------------------------------- /tvhc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/tvhc.pas -------------------------------------------------------------------------------- /ufnmatch.pas: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ukeymap.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/ukeymap.pas -------------------------------------------------------------------------------- /umyapp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/umyapp.pas -------------------------------------------------------------------------------- /uniwin.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/uniwin.pas -------------------------------------------------------------------------------- /usermenu.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/usermenu.pas -------------------------------------------------------------------------------- /usersavr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/usersavr.pas -------------------------------------------------------------------------------- /usrchf.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/usrchf.pas -------------------------------------------------------------------------------- /uucode.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/uucode.bak -------------------------------------------------------------------------------- /uucode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/uucode.pas -------------------------------------------------------------------------------- /uue2inc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/uue2inc.pas -------------------------------------------------------------------------------- /validate.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/validate.pas -------------------------------------------------------------------------------- /vars.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vars.pas -------------------------------------------------------------------------------- /version.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/version.pas -------------------------------------------------------------------------------- /videoman.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/videoman.pas -------------------------------------------------------------------------------- /views.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/views.pas -------------------------------------------------------------------------------- /views.vp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/views.vp -------------------------------------------------------------------------------- /vp.vpo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vp.vpo -------------------------------------------------------------------------------- /vp_dist/LICENCE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vp_dist/LICENCE.TXT -------------------------------------------------------------------------------- /vp_dist/Virtual Pascal.ver.2.1.279.English.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vp_dist/Virtual Pascal.ver.2.1.279.English.zip -------------------------------------------------------------------------------- /vpc.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpc.cfg -------------------------------------------------------------------------------- /vpd.vpo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpd.vpo -------------------------------------------------------------------------------- /vpr.vpo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpr.vpo -------------------------------------------------------------------------------- /vpsyslnx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpsyslnx.patch -------------------------------------------------------------------------------- /vpsyslo2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpsyslo2.pas -------------------------------------------------------------------------------- /vpsyslow.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/vpsyslow.patch -------------------------------------------------------------------------------- /winclpvp.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/winclpvp.pas -------------------------------------------------------------------------------- /xcode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/xcode.pas -------------------------------------------------------------------------------- /xdblwnd.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/xdblwnd.pas -------------------------------------------------------------------------------- /xtime.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unxed/dn2l/HEAD/xtime.pas --------------------------------------------------------------------------------