├── .gitattributes ├── .gitignore ├── LEGAL.md ├── LICENSE ├── README.md ├── archive.bat ├── bytecompile.bat ├── dist.bat ├── docs ├── README.md ├── old │ ├── 00README.html │ ├── ChangeLog.html │ ├── ChangeLog.txt │ ├── LICENSE.html │ ├── OChangeLog.html │ ├── OOChangeLog.html │ ├── OOOChangeLog.html │ └── OOOOChangeLog.html ├── release-note-0.2.2.236.md ├── release-note-0.2.2.237.md ├── release-note-0.2.2.238.md ├── release-note-0.2.2.239.md ├── release-note-0.2.2.240.md ├── release-note-0.2.2.241.md ├── release-note-0.2.2.242.md ├── release-note-0.2.2.243.md ├── release-note-0.2.2.244.md ├── release-note-0.2.2.245.md ├── release-note-0.2.2.246.md ├── release-note-0.2.2.247.md ├── release-note-0.2.2.248.md ├── release-note-0.2.2.249.md ├── release-note-0.2.2.250.md ├── release-note-0.2.2.251.md ├── release-note-0.2.2.252.md └── release-note-0.2.2.253.md ├── etc ├── Basic ├── C ├── C# ├── C++ ├── CSS ├── CSS3 │ ├── 2d-transforms │ ├── 3d-transforms │ ├── animations │ ├── backgrounds-and-borders │ ├── basic-box │ ├── basic-user-interface │ ├── behavioral-extensions │ ├── color │ ├── flexible-box-layout │ ├── fonts │ ├── generated-and-replaced-content │ ├── html4-elements │ ├── html5-elements │ ├── hyperlinks │ ├── layout │ ├── line │ ├── lists │ ├── marquee │ ├── microsoft-extensions │ ├── mozilla-extensions │ ├── multi-column │ ├── paged-media │ ├── presentation-levels │ ├── ruby │ ├── speech │ ├── tables │ ├── text │ ├── transitions │ └── webkit-extensions ├── FORTRAN ├── HTML ├── HTML5 ├── IDL ├── Java ├── Lisp ├── Pascal ├── Perl ├── README.gendic ├── Sql ├── Sql-NonStd │ ├── MySQL │ ├── Oracle │ ├── PostgreSQL │ └── SQLServer ├── TeX ├── den8util.dll ├── dxflush.dxa ├── extract.exe ├── gendic.exe ├── gendicnm.exe ├── jdwrap.exe ├── libxpi.lib ├── tail-f.exe ├── toolbar.bmp └── xpi.h ├── lisp ├── Gates.l ├── LaTeX.l ├── abbrev.l ├── about.l ├── app-menu.l ├── array.l ├── backup.l ├── basic-mode.l ├── boxdraw.l ├── buf-menu.l ├── buffer.l ├── builtin.l ├── c#-mode.l ├── c-mode.l ├── calc.l ├── calendar.l ├── cc-mode.l ├── ccurve.l ├── cfns.l ├── charname.l ├── cmdbar.l ├── cmds.l ├── cmu_loop.l ├── cnamedef.l ├── common-lisp.l ├── comparew.l ├── compile.l ├── complete.l ├── condition.l ├── csearch.l ├── css-mode.l ├── dabbrev.l ├── defs.l ├── den8view.l ├── dexplorer.l ├── dialogs.l ├── diff.l ├── edict.l ├── encdec.l ├── encoding.l ├── errors.l ├── estartup.l ├── evalmacs.l ├── filer.l ├── files.l ├── fill.l ├── font.l ├── foreign.l ├── gentempl.l ├── glob.l ├── gmark.l ├── gomoku.l ├── grep.l ├── grepd.l ├── gresreg.l ├── gresregd.l ├── handler.l ├── hanoi.l ├── hash.l ├── help.l ├── hideif.l ├── history.l ├── html-kwd.l ├── htmlmode.l ├── idl-mode.l ├── imagehdr.l ├── isearch.l ├── iso8859-1.l ├── ispell.l ├── java.l ├── javafns.l ├── kanji.l ├── kbdmacro.l ├── keyboard.l ├── keymap.l ├── kwd.l ├── ldefs.l ├── life.l ├── lispfns.l ├── lispmode.l ├── list.l ├── listfn.l ├── loadup.l ├── loptprop.l ├── maketags.l ├── menu.l ├── minibuf.l ├── misc.l ├── monkey.l ├── mouse.l ├── niftylog.l ├── number.l ├── ole.l ├── optprop.l ├── package.l ├── page.l ├── paragrph.l ├── pascal.l ├── paths.l ├── perl.l ├── pframe.l ├── pi.l ├── process.l ├── re-kwd.l ├── rectangl.l ├── region.l ├── register.l ├── search.l ├── select.l ├── sequence.l ├── session.l ├── setf.l ├── sexp.l ├── shell.l ├── sql-mode.l ├── startup.l ├── stream.l ├── struct.l ├── tags.l ├── tail-f.l ├── tarai.l ├── textmode.l ├── timestmp.l ├── typespec.l ├── verup.l ├── viewmode.l ├── window.l ├── winhelp.l ├── winkey.l └── wip │ ├── fractal.l │ ├── ftp.l │ ├── hellowin.l │ ├── oletest.l │ ├── turtle.l │ └── winapi.l ├── misc ├── detect-char-encoding-test.l ├── guess.scm ├── makelc.l ├── mkwords.rake ├── mode-settings.l ├── update_version_describe.bat └── update_zlib.bat ├── projects ├── den8util.vcxproj ├── den8util.vcxproj.filters ├── etc.sln ├── etc.targets ├── extract.vcxproj ├── extract.vcxproj.filters ├── gen-src1.vcxproj ├── gen-src1.vcxproj.filters ├── gen-src2.vcxproj ├── gen-src2.vcxproj.filters ├── gen.targets ├── jdwrap.vcxproj ├── jdwrap.vcxproj.filters ├── tail-f.vcxproj ├── tail-f.vcxproj.filters ├── xyzzy.vcxproj ├── xyzzy.vcxproj.filters ├── xyzzycli.vcxproj ├── xyzzycli.vcxproj.filters ├── xyzzyenv.vcxproj └── xyzzyenv.vcxproj.filters ├── reference └── reference.xml ├── run-tests.bat ├── src ├── Buffer.cc ├── Buffer.h ├── ChooseFont.cc ├── ChooseFont.h ├── ColorDialog.cc ├── ColorDialog.h ├── DnD.cc ├── DnD.h ├── StrBuf.cc ├── StrBuf.h ├── Window.cc ├── Window.h ├── afxres.h ├── alloc.cc ├── alloc.h ├── appid.cc ├── appid.h ├── arc-if.cc ├── arc-if.h ├── archiver.cc ├── archiver.h ├── array.cc ├── array.h ├── assert.cc ├── backq.cc ├── bignum.cc ├── bignum.h ├── binfo.cc ├── binfo.h ├── buffer-bar.cc ├── buffer-bar.h ├── byte-stream.cc ├── byte-stream.h ├── bytecode.cc ├── cdecl.h ├── ces.cc ├── ces.h ├── char.cc ├── char.h ├── charset.h ├── chname.cc ├── chtype.h ├── chunk.cc ├── chunk.h ├── clipboard.cc ├── clipboard.h ├── clock.h ├── closure.h ├── colors.cc ├── colors.h ├── com.cc ├── com.h ├── comm-arc.h ├── conf.cc ├── conf.h ├── cons.h ├── ctl3d.cc ├── ctl3d.h ├── ctxmenu.h ├── data.cc ├── data.h ├── dataP.h ├── dde.cc ├── debug.cc ├── debug.h ├── dialogs.cc ├── dialogs.h ├── disp.cc ├── dll.cc ├── dll.h ├── doc.cc ├── dockbar.cc ├── dockbar.h ├── dpp.cc ├── dsfmt │ ├── CHANGE-LOG.txt │ ├── LICENSE.txt │ ├── README.jp.txt │ ├── README.txt │ ├── dSFMT-common.h │ ├── dSFMT-params.h │ ├── dSFMT-params11213.h │ ├── dSFMT-params1279.h │ ├── dSFMT-params132049.h │ ├── dSFMT-params19937.h │ ├── dSFMT-params216091.h │ ├── dSFMT-params2203.h │ ├── dSFMT-params4253.h │ ├── dSFMT-params44497.h │ ├── dSFMT-params521.h │ ├── dSFMT-params86243.h │ ├── dSFMT.cc │ └── dSFMT.h ├── dyn-handle.h ├── ed.h ├── edict.cc ├── encdec.cc ├── encoding.cc ├── encoding.h ├── endian.h ├── environ.cc ├── environ.h ├── error.h ├── etc │ ├── den8util.cc │ ├── extract.cc │ ├── jdwrap.cc │ ├── tail-f.cc │ └── unlha │ │ └── README.txt ├── eval.cc ├── except.cc ├── except.h ├── fileio.cc ├── filer.cc ├── filer.h ├── fnkey.cc ├── fnkey.h ├── fns.h ├── font.cc ├── font.h ├── fontrange.h ├── function.h ├── gen-action1.h ├── gen-action2.h ├── gen-char-width.cc ├── gen-ctab.cc ├── gen-fontrange.cc ├── gen-ibmext.cc ├── gen-iso2022state.cc ├── gen-jisx0212-hash.cc ├── gen-jisx0212-width.cc ├── gen-ktab.cc ├── gen-lucida-width.cc ├── gen-main.cc ├── gen-msg.cc ├── gen-stdafx.cc ├── gen-stdafx.h ├── gen-syms.cc ├── gen-ucs2tab.cc ├── gen-utf2sjis.cc ├── gime.cc ├── gime.h ├── glob.cc ├── glob.h ├── guess.cc ├── guess.h ├── guess_tab.c ├── guid.cc ├── gzip.cc ├── hash.cc ├── hash.h ├── hashpjw.cc ├── init.cc ├── insdel.cc ├── ipc.cc ├── ipc.h ├── jisx0212-width.h ├── kanji.cc ├── kanji.h ├── kbd.cc ├── kbd.h ├── keymap.cc ├── ldialog.cc ├── ldialog.h ├── lex.cc ├── lex.h ├── lisp.h ├── list.cc ├── list.h ├── listen.cc ├── listen.h ├── lprint.cc ├── lread.cc ├── lucida-width.h ├── mainframe.h ├── md5.h ├── md5c.cc ├── menu.cc ├── message.h ├── minibuf.cc ├── mman.cc ├── mman.h ├── monitor.cc ├── monitor.h ├── mouse.cc ├── mouse.h ├── mousemsg.h ├── move.cc ├── msgbox.cc ├── msgbox.h ├── msgdef.h ├── num-arith.d ├── number.cc ├── number.h ├── ofn.h ├── oleconv.h ├── oledata.cc ├── oledata.h ├── package.cc ├── package.h ├── pane.cc ├── pane.h ├── pathname.cc ├── pathname.h ├── popup.cc ├── popupl.cc ├── pred.cc ├── preview.cc ├── preview.h ├── print.cc ├── print.h ├── printdlg.cc ├── printdlg.h ├── privctrl │ ├── listviewex.cc │ ├── mousemsg.h │ ├── privctlimpl.h │ ├── privctrl.cc │ ├── privctrl.h │ └── url.cc ├── process.cc ├── process.h ├── random.cc ├── random.h ├── readtab.h ├── reconv.h ├── regex.cc ├── regex.h ├── res │ ├── SPLITH.CUR │ ├── SPLITV.CUR │ ├── bufsel.bmp │ ├── check.bmp │ ├── cursor1.cur │ ├── filesel.bmp │ ├── mag.cur │ ├── movelr.cur │ ├── moveud.cur │ ├── tt.bmp │ ├── wheel.bmp │ ├── wheel_d.cur │ ├── wheel_u.cur │ ├── wheel_ud.cur │ ├── xyzzy.ico │ ├── xyzzy3.ico │ ├── xyzzy4.ico │ ├── xyzzy5.ico │ ├── xyzzycli.ico │ └── xyzzyenv.ico ├── resolver.cc ├── resolver.h ├── resource.h ├── safe_ptr.h ├── search.cc ├── sequence.cc ├── sequence.h ├── sha1.cc ├── sha1.h ├── sha2.cc ├── sha2.h ├── signal.cc ├── signal.h ├── sock.cc ├── sock.h ├── sockimpl.h ├── sockinet.cc ├── sockinet.h ├── sockssl.cc ├── sockssl.h ├── statarea.cc ├── statarea.h ├── stdafx.cc ├── stdafx.h ├── stdctl.cc ├── stream.cc ├── stream.h ├── string.cc ├── string.h ├── structure.cc ├── structure.h ├── symbol.cc ├── symbol.h ├── symtable.cc ├── symtable.h ├── syntax.cc ├── syntax.h ├── syntaxinfo.h ├── sysdep.cc ├── sysdep.h ├── system.cc ├── system.h ├── targetver.h ├── thread.cc ├── thread.h ├── timer.h ├── toplev.cc ├── trace.h ├── ucs2.cc ├── ucs2tab.h ├── undo.cc ├── unicode │ ├── 8859-1.TXT │ ├── 8859-10.TXT │ ├── 8859-13.TXT │ ├── 8859-2.TXT │ ├── 8859-3.TXT │ ├── 8859-4.TXT │ ├── 8859-5.TXT │ ├── 8859-7.TXT │ ├── 8859-9.TXT │ ├── BIG5.TXT │ ├── CNS11643.TXT │ ├── CP1250.TXT │ ├── CP1251.TXT │ ├── CP1252.TXT │ ├── CP1253.TXT │ ├── CP1254.TXT │ ├── CP1257.TXT │ ├── GB2312.TXT │ ├── JIS0212.TXT │ ├── KOI8-R.TXT │ ├── KOI8-U.TXT │ ├── KSC5601.TXT │ └── eucJP-ibmext.txt ├── usertab.cc ├── usertool.cc ├── utils.cc ├── utils.h ├── utimer.cc ├── utimer.h ├── vector.cc ├── vector.h ├── version-rc.h ├── version.cc ├── version.h ├── vfs.cc ├── vfs.h ├── vwin32.h ├── waitobj.h ├── wheel.cc ├── wheel.h ├── winhelp.cc ├── wm.h ├── wstream.cc ├── wstream.h ├── xcolor.h ├── xdde.cc ├── xdde.h ├── xlist.cc ├── xlist.h ├── xpi.cc ├── xpi.h ├── xstrlist.h ├── xyzzy.rc ├── xyzzycli.cc ├── xyzzycli.h ├── xyzzycli.rc ├── xyzzyenv.cc ├── xyzzyenv.rc └── zlib │ ├── Debug │ ├── zlib.lib │ └── zlib.pdb │ ├── Release │ ├── zlib.lib │ └── zlib.pdb │ ├── zconf.h │ └── zlib.h ├── unittest ├── README-utils.md ├── README.md ├── array-tests.l ├── common-lisp-tests.l ├── complete-tests.l ├── data │ └── hello.txt.gz ├── defun-builtin-tests.l ├── editor-tests.l ├── environ-tests.l ├── eval-tests.l ├── foreign-test.l ├── glob-tests.l ├── insdel.l ├── lisp-tests.l ├── nanri-master-change-tests.l ├── num-arith-tests.l ├── ole-tests.l ├── pathnames-tests.l ├── random-tests.l ├── run-tests-helper.l ├── sequence-tests.l ├── simple-test.l ├── stream-tests.l ├── system-tests.l └── typespec-tests.l └── xyzzy.sln /.gitattributes: -------------------------------------------------------------------------------- 1 | *.bat -crlf 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/.gitignore -------------------------------------------------------------------------------- /LEGAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/LEGAL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/README.md -------------------------------------------------------------------------------- /archive.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/archive.bat -------------------------------------------------------------------------------- /bytecompile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/bytecompile.bat -------------------------------------------------------------------------------- /dist.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/dist.bat -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/old/00README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/00README.html -------------------------------------------------------------------------------- /docs/old/ChangeLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/ChangeLog.html -------------------------------------------------------------------------------- /docs/old/ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/ChangeLog.txt -------------------------------------------------------------------------------- /docs/old/LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/LICENSE.html -------------------------------------------------------------------------------- /docs/old/OChangeLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/OChangeLog.html -------------------------------------------------------------------------------- /docs/old/OOChangeLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/OOChangeLog.html -------------------------------------------------------------------------------- /docs/old/OOOChangeLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/OOOChangeLog.html -------------------------------------------------------------------------------- /docs/old/OOOOChangeLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/old/OOOOChangeLog.html -------------------------------------------------------------------------------- /docs/release-note-0.2.2.236.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.236.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.237.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.237.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.238.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.238.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.239.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.239.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.240.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.240.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.241.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.241.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.242.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.242.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.243.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.243.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.244.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.244.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.245.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.245.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.246.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.246.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.247.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.247.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.248.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.248.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.249.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.249.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.250.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.250.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.251.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.251.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.252.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.252.md -------------------------------------------------------------------------------- /docs/release-note-0.2.2.253.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/docs/release-note-0.2.2.253.md -------------------------------------------------------------------------------- /etc/Basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Basic -------------------------------------------------------------------------------- /etc/C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/C -------------------------------------------------------------------------------- /etc/C#: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/C# -------------------------------------------------------------------------------- /etc/C++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/C++ -------------------------------------------------------------------------------- /etc/CSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS -------------------------------------------------------------------------------- /etc/CSS3/2d-transforms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/2d-transforms -------------------------------------------------------------------------------- /etc/CSS3/3d-transforms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/3d-transforms -------------------------------------------------------------------------------- /etc/CSS3/animations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/animations -------------------------------------------------------------------------------- /etc/CSS3/backgrounds-and-borders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/backgrounds-and-borders -------------------------------------------------------------------------------- /etc/CSS3/basic-box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/basic-box -------------------------------------------------------------------------------- /etc/CSS3/basic-user-interface: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/basic-user-interface -------------------------------------------------------------------------------- /etc/CSS3/behavioral-extensions: -------------------------------------------------------------------------------- 1 | ;; Behavioral Extensions 2 | binding 3 | 4 | ;*2 5 | inherit 6 | initial 7 | none 8 | url 9 | -------------------------------------------------------------------------------- /etc/CSS3/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/color -------------------------------------------------------------------------------- /etc/CSS3/flexible-box-layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/flexible-box-layout -------------------------------------------------------------------------------- /etc/CSS3/fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/fonts -------------------------------------------------------------------------------- /etc/CSS3/generated-and-replaced-content: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/generated-and-replaced-content -------------------------------------------------------------------------------- /etc/CSS3/html4-elements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/html4-elements -------------------------------------------------------------------------------- /etc/CSS3/html5-elements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/html5-elements -------------------------------------------------------------------------------- /etc/CSS3/hyperlinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/hyperlinks -------------------------------------------------------------------------------- /etc/CSS3/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/layout -------------------------------------------------------------------------------- /etc/CSS3/line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/line -------------------------------------------------------------------------------- /etc/CSS3/lists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/lists -------------------------------------------------------------------------------- /etc/CSS3/marquee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/marquee -------------------------------------------------------------------------------- /etc/CSS3/microsoft-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/microsoft-extensions -------------------------------------------------------------------------------- /etc/CSS3/mozilla-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/mozilla-extensions -------------------------------------------------------------------------------- /etc/CSS3/multi-column: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/multi-column -------------------------------------------------------------------------------- /etc/CSS3/paged-media: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/paged-media -------------------------------------------------------------------------------- /etc/CSS3/presentation-levels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/presentation-levels -------------------------------------------------------------------------------- /etc/CSS3/ruby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/ruby -------------------------------------------------------------------------------- /etc/CSS3/speech: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/speech -------------------------------------------------------------------------------- /etc/CSS3/tables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/tables -------------------------------------------------------------------------------- /etc/CSS3/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/text -------------------------------------------------------------------------------- /etc/CSS3/transitions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/transitions -------------------------------------------------------------------------------- /etc/CSS3/webkit-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/CSS3/webkit-extensions -------------------------------------------------------------------------------- /etc/FORTRAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/FORTRAN -------------------------------------------------------------------------------- /etc/HTML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/HTML -------------------------------------------------------------------------------- /etc/HTML5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/HTML5 -------------------------------------------------------------------------------- /etc/IDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/IDL -------------------------------------------------------------------------------- /etc/Java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Java -------------------------------------------------------------------------------- /etc/Lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Lisp -------------------------------------------------------------------------------- /etc/Pascal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Pascal -------------------------------------------------------------------------------- /etc/Perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Perl -------------------------------------------------------------------------------- /etc/README.gendic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/README.gendic -------------------------------------------------------------------------------- /etc/Sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Sql -------------------------------------------------------------------------------- /etc/Sql-NonStd/MySQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Sql-NonStd/MySQL -------------------------------------------------------------------------------- /etc/Sql-NonStd/Oracle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Sql-NonStd/Oracle -------------------------------------------------------------------------------- /etc/Sql-NonStd/PostgreSQL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Sql-NonStd/PostgreSQL -------------------------------------------------------------------------------- /etc/Sql-NonStd/SQLServer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/Sql-NonStd/SQLServer -------------------------------------------------------------------------------- /etc/TeX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/TeX -------------------------------------------------------------------------------- /etc/den8util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/den8util.dll -------------------------------------------------------------------------------- /etc/dxflush.dxa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/dxflush.dxa -------------------------------------------------------------------------------- /etc/extract.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/extract.exe -------------------------------------------------------------------------------- /etc/gendic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/gendic.exe -------------------------------------------------------------------------------- /etc/gendicnm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/gendicnm.exe -------------------------------------------------------------------------------- /etc/jdwrap.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/jdwrap.exe -------------------------------------------------------------------------------- /etc/libxpi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/libxpi.lib -------------------------------------------------------------------------------- /etc/tail-f.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/tail-f.exe -------------------------------------------------------------------------------- /etc/toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/toolbar.bmp -------------------------------------------------------------------------------- /etc/xpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/etc/xpi.h -------------------------------------------------------------------------------- /lisp/Gates.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/Gates.l -------------------------------------------------------------------------------- /lisp/LaTeX.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/LaTeX.l -------------------------------------------------------------------------------- /lisp/abbrev.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/abbrev.l -------------------------------------------------------------------------------- /lisp/about.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/about.l -------------------------------------------------------------------------------- /lisp/app-menu.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/app-menu.l -------------------------------------------------------------------------------- /lisp/array.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/array.l -------------------------------------------------------------------------------- /lisp/backup.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/backup.l -------------------------------------------------------------------------------- /lisp/basic-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/basic-mode.l -------------------------------------------------------------------------------- /lisp/boxdraw.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/boxdraw.l -------------------------------------------------------------------------------- /lisp/buf-menu.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/buf-menu.l -------------------------------------------------------------------------------- /lisp/buffer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/buffer.l -------------------------------------------------------------------------------- /lisp/builtin.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/builtin.l -------------------------------------------------------------------------------- /lisp/c#-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/c#-mode.l -------------------------------------------------------------------------------- /lisp/c-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/c-mode.l -------------------------------------------------------------------------------- /lisp/calc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/calc.l -------------------------------------------------------------------------------- /lisp/calendar.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/calendar.l -------------------------------------------------------------------------------- /lisp/cc-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cc-mode.l -------------------------------------------------------------------------------- /lisp/ccurve.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/ccurve.l -------------------------------------------------------------------------------- /lisp/cfns.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cfns.l -------------------------------------------------------------------------------- /lisp/charname.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/charname.l -------------------------------------------------------------------------------- /lisp/cmdbar.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cmdbar.l -------------------------------------------------------------------------------- /lisp/cmds.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cmds.l -------------------------------------------------------------------------------- /lisp/cmu_loop.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cmu_loop.l -------------------------------------------------------------------------------- /lisp/cnamedef.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/cnamedef.l -------------------------------------------------------------------------------- /lisp/common-lisp.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/common-lisp.l -------------------------------------------------------------------------------- /lisp/comparew.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/comparew.l -------------------------------------------------------------------------------- /lisp/compile.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/compile.l -------------------------------------------------------------------------------- /lisp/complete.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/complete.l -------------------------------------------------------------------------------- /lisp/condition.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/condition.l -------------------------------------------------------------------------------- /lisp/csearch.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/csearch.l -------------------------------------------------------------------------------- /lisp/css-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/css-mode.l -------------------------------------------------------------------------------- /lisp/dabbrev.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/dabbrev.l -------------------------------------------------------------------------------- /lisp/defs.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/defs.l -------------------------------------------------------------------------------- /lisp/den8view.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/den8view.l -------------------------------------------------------------------------------- /lisp/dexplorer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/dexplorer.l -------------------------------------------------------------------------------- /lisp/dialogs.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/dialogs.l -------------------------------------------------------------------------------- /lisp/diff.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/diff.l -------------------------------------------------------------------------------- /lisp/edict.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/edict.l -------------------------------------------------------------------------------- /lisp/encdec.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/encdec.l -------------------------------------------------------------------------------- /lisp/encoding.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/encoding.l -------------------------------------------------------------------------------- /lisp/errors.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/errors.l -------------------------------------------------------------------------------- /lisp/estartup.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/estartup.l -------------------------------------------------------------------------------- /lisp/evalmacs.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/evalmacs.l -------------------------------------------------------------------------------- /lisp/filer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/filer.l -------------------------------------------------------------------------------- /lisp/files.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/files.l -------------------------------------------------------------------------------- /lisp/fill.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/fill.l -------------------------------------------------------------------------------- /lisp/font.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/font.l -------------------------------------------------------------------------------- /lisp/foreign.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/foreign.l -------------------------------------------------------------------------------- /lisp/gentempl.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/gentempl.l -------------------------------------------------------------------------------- /lisp/glob.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/glob.l -------------------------------------------------------------------------------- /lisp/gmark.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/gmark.l -------------------------------------------------------------------------------- /lisp/gomoku.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/gomoku.l -------------------------------------------------------------------------------- /lisp/grep.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/grep.l -------------------------------------------------------------------------------- /lisp/grepd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/grepd.l -------------------------------------------------------------------------------- /lisp/gresreg.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/gresreg.l -------------------------------------------------------------------------------- /lisp/gresregd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/gresregd.l -------------------------------------------------------------------------------- /lisp/handler.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/handler.l -------------------------------------------------------------------------------- /lisp/hanoi.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/hanoi.l -------------------------------------------------------------------------------- /lisp/hash.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/hash.l -------------------------------------------------------------------------------- /lisp/help.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/help.l -------------------------------------------------------------------------------- /lisp/hideif.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/hideif.l -------------------------------------------------------------------------------- /lisp/history.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/history.l -------------------------------------------------------------------------------- /lisp/html-kwd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/html-kwd.l -------------------------------------------------------------------------------- /lisp/htmlmode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/htmlmode.l -------------------------------------------------------------------------------- /lisp/idl-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/idl-mode.l -------------------------------------------------------------------------------- /lisp/imagehdr.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/imagehdr.l -------------------------------------------------------------------------------- /lisp/isearch.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/isearch.l -------------------------------------------------------------------------------- /lisp/iso8859-1.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/iso8859-1.l -------------------------------------------------------------------------------- /lisp/ispell.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/ispell.l -------------------------------------------------------------------------------- /lisp/java.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/java.l -------------------------------------------------------------------------------- /lisp/javafns.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/javafns.l -------------------------------------------------------------------------------- /lisp/kanji.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/kanji.l -------------------------------------------------------------------------------- /lisp/kbdmacro.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/kbdmacro.l -------------------------------------------------------------------------------- /lisp/keyboard.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/keyboard.l -------------------------------------------------------------------------------- /lisp/keymap.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/keymap.l -------------------------------------------------------------------------------- /lisp/kwd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/kwd.l -------------------------------------------------------------------------------- /lisp/ldefs.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/ldefs.l -------------------------------------------------------------------------------- /lisp/life.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/life.l -------------------------------------------------------------------------------- /lisp/lispfns.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/lispfns.l -------------------------------------------------------------------------------- /lisp/lispmode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/lispmode.l -------------------------------------------------------------------------------- /lisp/list.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/list.l -------------------------------------------------------------------------------- /lisp/listfn.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/listfn.l -------------------------------------------------------------------------------- /lisp/loadup.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/loadup.l -------------------------------------------------------------------------------- /lisp/loptprop.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/loptprop.l -------------------------------------------------------------------------------- /lisp/maketags.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/maketags.l -------------------------------------------------------------------------------- /lisp/menu.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/menu.l -------------------------------------------------------------------------------- /lisp/minibuf.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/minibuf.l -------------------------------------------------------------------------------- /lisp/misc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/misc.l -------------------------------------------------------------------------------- /lisp/monkey.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/monkey.l -------------------------------------------------------------------------------- /lisp/mouse.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/mouse.l -------------------------------------------------------------------------------- /lisp/niftylog.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/niftylog.l -------------------------------------------------------------------------------- /lisp/number.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/number.l -------------------------------------------------------------------------------- /lisp/ole.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/ole.l -------------------------------------------------------------------------------- /lisp/optprop.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/optprop.l -------------------------------------------------------------------------------- /lisp/package.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/package.l -------------------------------------------------------------------------------- /lisp/page.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/page.l -------------------------------------------------------------------------------- /lisp/paragrph.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/paragrph.l -------------------------------------------------------------------------------- /lisp/pascal.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/pascal.l -------------------------------------------------------------------------------- /lisp/paths.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/paths.l -------------------------------------------------------------------------------- /lisp/perl.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/perl.l -------------------------------------------------------------------------------- /lisp/pframe.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/pframe.l -------------------------------------------------------------------------------- /lisp/pi.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/pi.l -------------------------------------------------------------------------------- /lisp/process.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/process.l -------------------------------------------------------------------------------- /lisp/re-kwd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/re-kwd.l -------------------------------------------------------------------------------- /lisp/rectangl.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/rectangl.l -------------------------------------------------------------------------------- /lisp/region.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/region.l -------------------------------------------------------------------------------- /lisp/register.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/register.l -------------------------------------------------------------------------------- /lisp/search.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/search.l -------------------------------------------------------------------------------- /lisp/select.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/select.l -------------------------------------------------------------------------------- /lisp/sequence.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/sequence.l -------------------------------------------------------------------------------- /lisp/session.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/session.l -------------------------------------------------------------------------------- /lisp/setf.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/setf.l -------------------------------------------------------------------------------- /lisp/sexp.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/sexp.l -------------------------------------------------------------------------------- /lisp/shell.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/shell.l -------------------------------------------------------------------------------- /lisp/sql-mode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/sql-mode.l -------------------------------------------------------------------------------- /lisp/startup.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/startup.l -------------------------------------------------------------------------------- /lisp/stream.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/stream.l -------------------------------------------------------------------------------- /lisp/struct.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/struct.l -------------------------------------------------------------------------------- /lisp/tags.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/tags.l -------------------------------------------------------------------------------- /lisp/tail-f.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/tail-f.l -------------------------------------------------------------------------------- /lisp/tarai.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/tarai.l -------------------------------------------------------------------------------- /lisp/textmode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/textmode.l -------------------------------------------------------------------------------- /lisp/timestmp.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/timestmp.l -------------------------------------------------------------------------------- /lisp/typespec.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/typespec.l -------------------------------------------------------------------------------- /lisp/verup.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/verup.l -------------------------------------------------------------------------------- /lisp/viewmode.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/viewmode.l -------------------------------------------------------------------------------- /lisp/window.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/window.l -------------------------------------------------------------------------------- /lisp/winhelp.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/winhelp.l -------------------------------------------------------------------------------- /lisp/winkey.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/winkey.l -------------------------------------------------------------------------------- /lisp/wip/fractal.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/fractal.l -------------------------------------------------------------------------------- /lisp/wip/ftp.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/ftp.l -------------------------------------------------------------------------------- /lisp/wip/hellowin.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/hellowin.l -------------------------------------------------------------------------------- /lisp/wip/oletest.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/oletest.l -------------------------------------------------------------------------------- /lisp/wip/turtle.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/turtle.l -------------------------------------------------------------------------------- /lisp/wip/winapi.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/lisp/wip/winapi.l -------------------------------------------------------------------------------- /misc/detect-char-encoding-test.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/detect-char-encoding-test.l -------------------------------------------------------------------------------- /misc/guess.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/guess.scm -------------------------------------------------------------------------------- /misc/makelc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/makelc.l -------------------------------------------------------------------------------- /misc/mkwords.rake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/mkwords.rake -------------------------------------------------------------------------------- /misc/mode-settings.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/mode-settings.l -------------------------------------------------------------------------------- /misc/update_version_describe.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/update_version_describe.bat -------------------------------------------------------------------------------- /misc/update_zlib.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/misc/update_zlib.bat -------------------------------------------------------------------------------- /projects/den8util.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/den8util.vcxproj -------------------------------------------------------------------------------- /projects/den8util.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/den8util.vcxproj.filters -------------------------------------------------------------------------------- /projects/etc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/etc.sln -------------------------------------------------------------------------------- /projects/etc.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/etc.targets -------------------------------------------------------------------------------- /projects/extract.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/extract.vcxproj -------------------------------------------------------------------------------- /projects/extract.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/extract.vcxproj.filters -------------------------------------------------------------------------------- /projects/gen-src1.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/gen-src1.vcxproj -------------------------------------------------------------------------------- /projects/gen-src1.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/gen-src1.vcxproj.filters -------------------------------------------------------------------------------- /projects/gen-src2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/gen-src2.vcxproj -------------------------------------------------------------------------------- /projects/gen-src2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/gen-src2.vcxproj.filters -------------------------------------------------------------------------------- /projects/gen.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/gen.targets -------------------------------------------------------------------------------- /projects/jdwrap.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/jdwrap.vcxproj -------------------------------------------------------------------------------- /projects/jdwrap.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/jdwrap.vcxproj.filters -------------------------------------------------------------------------------- /projects/tail-f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/tail-f.vcxproj -------------------------------------------------------------------------------- /projects/tail-f.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/tail-f.vcxproj.filters -------------------------------------------------------------------------------- /projects/xyzzy.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzy.vcxproj -------------------------------------------------------------------------------- /projects/xyzzy.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzy.vcxproj.filters -------------------------------------------------------------------------------- /projects/xyzzycli.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzycli.vcxproj -------------------------------------------------------------------------------- /projects/xyzzycli.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzycli.vcxproj.filters -------------------------------------------------------------------------------- /projects/xyzzyenv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzyenv.vcxproj -------------------------------------------------------------------------------- /projects/xyzzyenv.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/projects/xyzzyenv.vcxproj.filters -------------------------------------------------------------------------------- /reference/reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/reference/reference.xml -------------------------------------------------------------------------------- /run-tests.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/run-tests.bat -------------------------------------------------------------------------------- /src/Buffer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/Buffer.cc -------------------------------------------------------------------------------- /src/Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/Buffer.h -------------------------------------------------------------------------------- /src/ChooseFont.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ChooseFont.cc -------------------------------------------------------------------------------- /src/ChooseFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ChooseFont.h -------------------------------------------------------------------------------- /src/ColorDialog.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ColorDialog.cc -------------------------------------------------------------------------------- /src/ColorDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ColorDialog.h -------------------------------------------------------------------------------- /src/DnD.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/DnD.cc -------------------------------------------------------------------------------- /src/DnD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/DnD.h -------------------------------------------------------------------------------- /src/StrBuf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/StrBuf.cc -------------------------------------------------------------------------------- /src/StrBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/StrBuf.h -------------------------------------------------------------------------------- /src/Window.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/Window.cc -------------------------------------------------------------------------------- /src/Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/Window.h -------------------------------------------------------------------------------- /src/afxres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/afxres.h -------------------------------------------------------------------------------- /src/alloc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/alloc.cc -------------------------------------------------------------------------------- /src/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/alloc.h -------------------------------------------------------------------------------- /src/appid.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/appid.cc -------------------------------------------------------------------------------- /src/appid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/appid.h -------------------------------------------------------------------------------- /src/arc-if.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/arc-if.cc -------------------------------------------------------------------------------- /src/arc-if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/arc-if.h -------------------------------------------------------------------------------- /src/archiver.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/archiver.cc -------------------------------------------------------------------------------- /src/archiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/archiver.h -------------------------------------------------------------------------------- /src/array.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/array.cc -------------------------------------------------------------------------------- /src/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/array.h -------------------------------------------------------------------------------- /src/assert.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/assert.cc -------------------------------------------------------------------------------- /src/backq.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/backq.cc -------------------------------------------------------------------------------- /src/bignum.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/bignum.cc -------------------------------------------------------------------------------- /src/bignum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/bignum.h -------------------------------------------------------------------------------- /src/binfo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/binfo.cc -------------------------------------------------------------------------------- /src/binfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/binfo.h -------------------------------------------------------------------------------- /src/buffer-bar.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/buffer-bar.cc -------------------------------------------------------------------------------- /src/buffer-bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/buffer-bar.h -------------------------------------------------------------------------------- /src/byte-stream.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/byte-stream.cc -------------------------------------------------------------------------------- /src/byte-stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/byte-stream.h -------------------------------------------------------------------------------- /src/bytecode.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/bytecode.cc -------------------------------------------------------------------------------- /src/cdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/cdecl.h -------------------------------------------------------------------------------- /src/ces.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ces.cc -------------------------------------------------------------------------------- /src/ces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ces.h -------------------------------------------------------------------------------- /src/char.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/char.cc -------------------------------------------------------------------------------- /src/char.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/char.h -------------------------------------------------------------------------------- /src/charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/charset.h -------------------------------------------------------------------------------- /src/chname.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/chname.cc -------------------------------------------------------------------------------- /src/chtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/chtype.h -------------------------------------------------------------------------------- /src/chunk.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/chunk.cc -------------------------------------------------------------------------------- /src/chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/chunk.h -------------------------------------------------------------------------------- /src/clipboard.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/clipboard.cc -------------------------------------------------------------------------------- /src/clipboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/clipboard.h -------------------------------------------------------------------------------- /src/clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/clock.h -------------------------------------------------------------------------------- /src/closure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/closure.h -------------------------------------------------------------------------------- /src/colors.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/colors.cc -------------------------------------------------------------------------------- /src/colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/colors.h -------------------------------------------------------------------------------- /src/com.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/com.cc -------------------------------------------------------------------------------- /src/com.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/com.h -------------------------------------------------------------------------------- /src/comm-arc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/comm-arc.h -------------------------------------------------------------------------------- /src/conf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/conf.cc -------------------------------------------------------------------------------- /src/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/conf.h -------------------------------------------------------------------------------- /src/cons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/cons.h -------------------------------------------------------------------------------- /src/ctl3d.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ctl3d.cc -------------------------------------------------------------------------------- /src/ctl3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ctl3d.h -------------------------------------------------------------------------------- /src/ctxmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ctxmenu.h -------------------------------------------------------------------------------- /src/data.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/data.cc -------------------------------------------------------------------------------- /src/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/data.h -------------------------------------------------------------------------------- /src/dataP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dataP.h -------------------------------------------------------------------------------- /src/dde.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dde.cc -------------------------------------------------------------------------------- /src/debug.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/debug.cc -------------------------------------------------------------------------------- /src/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/debug.h -------------------------------------------------------------------------------- /src/dialogs.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dialogs.cc -------------------------------------------------------------------------------- /src/dialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dialogs.h -------------------------------------------------------------------------------- /src/disp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/disp.cc -------------------------------------------------------------------------------- /src/dll.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dll.cc -------------------------------------------------------------------------------- /src/dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dll.h -------------------------------------------------------------------------------- /src/doc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/doc.cc -------------------------------------------------------------------------------- /src/dockbar.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dockbar.cc -------------------------------------------------------------------------------- /src/dockbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dockbar.h -------------------------------------------------------------------------------- /src/dpp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dpp.cc -------------------------------------------------------------------------------- /src/dsfmt/CHANGE-LOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/CHANGE-LOG.txt -------------------------------------------------------------------------------- /src/dsfmt/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/LICENSE.txt -------------------------------------------------------------------------------- /src/dsfmt/README.jp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/README.jp.txt -------------------------------------------------------------------------------- /src/dsfmt/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/README.txt -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-common.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params11213.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params11213.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params1279.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params1279.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params132049.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params132049.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params19937.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params19937.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params216091.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params216091.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params2203.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params2203.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params4253.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params4253.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params44497.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params44497.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params521.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params521.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT-params86243.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT-params86243.h -------------------------------------------------------------------------------- /src/dsfmt/dSFMT.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT.cc -------------------------------------------------------------------------------- /src/dsfmt/dSFMT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dsfmt/dSFMT.h -------------------------------------------------------------------------------- /src/dyn-handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/dyn-handle.h -------------------------------------------------------------------------------- /src/ed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ed.h -------------------------------------------------------------------------------- /src/edict.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/edict.cc -------------------------------------------------------------------------------- /src/encdec.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/encdec.cc -------------------------------------------------------------------------------- /src/encoding.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/encoding.cc -------------------------------------------------------------------------------- /src/encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/encoding.h -------------------------------------------------------------------------------- /src/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/endian.h -------------------------------------------------------------------------------- /src/environ.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/environ.cc -------------------------------------------------------------------------------- /src/environ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/environ.h -------------------------------------------------------------------------------- /src/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/error.h -------------------------------------------------------------------------------- /src/etc/den8util.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/etc/den8util.cc -------------------------------------------------------------------------------- /src/etc/extract.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/etc/extract.cc -------------------------------------------------------------------------------- /src/etc/jdwrap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/etc/jdwrap.cc -------------------------------------------------------------------------------- /src/etc/tail-f.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/etc/tail-f.cc -------------------------------------------------------------------------------- /src/etc/unlha/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/etc/unlha/README.txt -------------------------------------------------------------------------------- /src/eval.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/eval.cc -------------------------------------------------------------------------------- /src/except.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/except.cc -------------------------------------------------------------------------------- /src/except.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/except.h -------------------------------------------------------------------------------- /src/fileio.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/fileio.cc -------------------------------------------------------------------------------- /src/filer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/filer.cc -------------------------------------------------------------------------------- /src/filer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/filer.h -------------------------------------------------------------------------------- /src/fnkey.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/fnkey.cc -------------------------------------------------------------------------------- /src/fnkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/fnkey.h -------------------------------------------------------------------------------- /src/fns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/fns.h -------------------------------------------------------------------------------- /src/font.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/font.cc -------------------------------------------------------------------------------- /src/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/font.h -------------------------------------------------------------------------------- /src/fontrange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/fontrange.h -------------------------------------------------------------------------------- /src/function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/function.h -------------------------------------------------------------------------------- /src/gen-action1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-action1.h -------------------------------------------------------------------------------- /src/gen-action2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-action2.h -------------------------------------------------------------------------------- /src/gen-char-width.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-char-width.cc -------------------------------------------------------------------------------- /src/gen-ctab.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-ctab.cc -------------------------------------------------------------------------------- /src/gen-fontrange.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-fontrange.cc -------------------------------------------------------------------------------- /src/gen-ibmext.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-ibmext.cc -------------------------------------------------------------------------------- /src/gen-iso2022state.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-iso2022state.cc -------------------------------------------------------------------------------- /src/gen-jisx0212-hash.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-jisx0212-hash.cc -------------------------------------------------------------------------------- /src/gen-jisx0212-width.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-jisx0212-width.cc -------------------------------------------------------------------------------- /src/gen-ktab.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-ktab.cc -------------------------------------------------------------------------------- /src/gen-lucida-width.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-lucida-width.cc -------------------------------------------------------------------------------- /src/gen-main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-main.cc -------------------------------------------------------------------------------- /src/gen-msg.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-msg.cc -------------------------------------------------------------------------------- /src/gen-stdafx.cc: -------------------------------------------------------------------------------- 1 | #include "gen-stdafx.h" 2 | -------------------------------------------------------------------------------- /src/gen-stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-stdafx.h -------------------------------------------------------------------------------- /src/gen-syms.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-syms.cc -------------------------------------------------------------------------------- /src/gen-ucs2tab.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-ucs2tab.cc -------------------------------------------------------------------------------- /src/gen-utf2sjis.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gen-utf2sjis.cc -------------------------------------------------------------------------------- /src/gime.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gime.cc -------------------------------------------------------------------------------- /src/gime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gime.h -------------------------------------------------------------------------------- /src/glob.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/glob.cc -------------------------------------------------------------------------------- /src/glob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/glob.h -------------------------------------------------------------------------------- /src/guess.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/guess.cc -------------------------------------------------------------------------------- /src/guess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/guess.h -------------------------------------------------------------------------------- /src/guess_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/guess_tab.c -------------------------------------------------------------------------------- /src/guid.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/guid.cc -------------------------------------------------------------------------------- /src/gzip.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/gzip.cc -------------------------------------------------------------------------------- /src/hash.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/hash.cc -------------------------------------------------------------------------------- /src/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/hash.h -------------------------------------------------------------------------------- /src/hashpjw.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/hashpjw.cc -------------------------------------------------------------------------------- /src/init.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/init.cc -------------------------------------------------------------------------------- /src/insdel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/insdel.cc -------------------------------------------------------------------------------- /src/ipc.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ipc.cc -------------------------------------------------------------------------------- /src/ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ipc.h -------------------------------------------------------------------------------- /src/jisx0212-width.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/jisx0212-width.h -------------------------------------------------------------------------------- /src/kanji.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/kanji.cc -------------------------------------------------------------------------------- /src/kanji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/kanji.h -------------------------------------------------------------------------------- /src/kbd.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/kbd.cc -------------------------------------------------------------------------------- /src/kbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/kbd.h -------------------------------------------------------------------------------- /src/keymap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/keymap.cc -------------------------------------------------------------------------------- /src/ldialog.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ldialog.cc -------------------------------------------------------------------------------- /src/ldialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ldialog.h -------------------------------------------------------------------------------- /src/lex.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lex.cc -------------------------------------------------------------------------------- /src/lex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lex.h -------------------------------------------------------------------------------- /src/lisp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lisp.h -------------------------------------------------------------------------------- /src/list.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/list.cc -------------------------------------------------------------------------------- /src/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/list.h -------------------------------------------------------------------------------- /src/listen.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/listen.cc -------------------------------------------------------------------------------- /src/listen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/listen.h -------------------------------------------------------------------------------- /src/lprint.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lprint.cc -------------------------------------------------------------------------------- /src/lread.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lread.cc -------------------------------------------------------------------------------- /src/lucida-width.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/lucida-width.h -------------------------------------------------------------------------------- /src/mainframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mainframe.h -------------------------------------------------------------------------------- /src/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/md5.h -------------------------------------------------------------------------------- /src/md5c.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/md5c.cc -------------------------------------------------------------------------------- /src/menu.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/menu.cc -------------------------------------------------------------------------------- /src/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/message.h -------------------------------------------------------------------------------- /src/minibuf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/minibuf.cc -------------------------------------------------------------------------------- /src/mman.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mman.cc -------------------------------------------------------------------------------- /src/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mman.h -------------------------------------------------------------------------------- /src/monitor.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/monitor.cc -------------------------------------------------------------------------------- /src/monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/monitor.h -------------------------------------------------------------------------------- /src/mouse.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mouse.cc -------------------------------------------------------------------------------- /src/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mouse.h -------------------------------------------------------------------------------- /src/mousemsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/mousemsg.h -------------------------------------------------------------------------------- /src/move.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/move.cc -------------------------------------------------------------------------------- /src/msgbox.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/msgbox.cc -------------------------------------------------------------------------------- /src/msgbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/msgbox.h -------------------------------------------------------------------------------- /src/msgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/msgdef.h -------------------------------------------------------------------------------- /src/num-arith.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/num-arith.d -------------------------------------------------------------------------------- /src/number.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/number.cc -------------------------------------------------------------------------------- /src/number.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/number.h -------------------------------------------------------------------------------- /src/ofn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ofn.h -------------------------------------------------------------------------------- /src/oleconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/oleconv.h -------------------------------------------------------------------------------- /src/oledata.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/oledata.cc -------------------------------------------------------------------------------- /src/oledata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/oledata.h -------------------------------------------------------------------------------- /src/package.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/package.cc -------------------------------------------------------------------------------- /src/package.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/package.h -------------------------------------------------------------------------------- /src/pane.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/pane.cc -------------------------------------------------------------------------------- /src/pane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/pane.h -------------------------------------------------------------------------------- /src/pathname.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/pathname.cc -------------------------------------------------------------------------------- /src/pathname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/pathname.h -------------------------------------------------------------------------------- /src/popup.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/popup.cc -------------------------------------------------------------------------------- /src/popupl.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/popupl.cc -------------------------------------------------------------------------------- /src/pred.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/pred.cc -------------------------------------------------------------------------------- /src/preview.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/preview.cc -------------------------------------------------------------------------------- /src/preview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/preview.h -------------------------------------------------------------------------------- /src/print.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/print.cc -------------------------------------------------------------------------------- /src/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/print.h -------------------------------------------------------------------------------- /src/printdlg.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/printdlg.cc -------------------------------------------------------------------------------- /src/printdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/printdlg.h -------------------------------------------------------------------------------- /src/privctrl/listviewex.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/listviewex.cc -------------------------------------------------------------------------------- /src/privctrl/mousemsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/mousemsg.h -------------------------------------------------------------------------------- /src/privctrl/privctlimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/privctlimpl.h -------------------------------------------------------------------------------- /src/privctrl/privctrl.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/privctrl.cc -------------------------------------------------------------------------------- /src/privctrl/privctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/privctrl.h -------------------------------------------------------------------------------- /src/privctrl/url.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/privctrl/url.cc -------------------------------------------------------------------------------- /src/process.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/process.cc -------------------------------------------------------------------------------- /src/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/process.h -------------------------------------------------------------------------------- /src/random.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/random.cc -------------------------------------------------------------------------------- /src/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/random.h -------------------------------------------------------------------------------- /src/readtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/readtab.h -------------------------------------------------------------------------------- /src/reconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/reconv.h -------------------------------------------------------------------------------- /src/regex.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/regex.cc -------------------------------------------------------------------------------- /src/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/regex.h -------------------------------------------------------------------------------- /src/res/SPLITH.CUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/SPLITH.CUR -------------------------------------------------------------------------------- /src/res/SPLITV.CUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/SPLITV.CUR -------------------------------------------------------------------------------- /src/res/bufsel.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/bufsel.bmp -------------------------------------------------------------------------------- /src/res/check.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/check.bmp -------------------------------------------------------------------------------- /src/res/cursor1.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/cursor1.cur -------------------------------------------------------------------------------- /src/res/filesel.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/filesel.bmp -------------------------------------------------------------------------------- /src/res/mag.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/mag.cur -------------------------------------------------------------------------------- /src/res/movelr.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/movelr.cur -------------------------------------------------------------------------------- /src/res/moveud.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/moveud.cur -------------------------------------------------------------------------------- /src/res/tt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/tt.bmp -------------------------------------------------------------------------------- /src/res/wheel.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/wheel.bmp -------------------------------------------------------------------------------- /src/res/wheel_d.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/wheel_d.cur -------------------------------------------------------------------------------- /src/res/wheel_u.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/wheel_u.cur -------------------------------------------------------------------------------- /src/res/wheel_ud.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/wheel_ud.cur -------------------------------------------------------------------------------- /src/res/xyzzy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzy.ico -------------------------------------------------------------------------------- /src/res/xyzzy3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzy3.ico -------------------------------------------------------------------------------- /src/res/xyzzy4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzy4.ico -------------------------------------------------------------------------------- /src/res/xyzzy5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzy5.ico -------------------------------------------------------------------------------- /src/res/xyzzycli.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzycli.ico -------------------------------------------------------------------------------- /src/res/xyzzyenv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/res/xyzzyenv.ico -------------------------------------------------------------------------------- /src/resolver.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/resolver.cc -------------------------------------------------------------------------------- /src/resolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/resolver.h -------------------------------------------------------------------------------- /src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/resource.h -------------------------------------------------------------------------------- /src/safe_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/safe_ptr.h -------------------------------------------------------------------------------- /src/search.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/search.cc -------------------------------------------------------------------------------- /src/sequence.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sequence.cc -------------------------------------------------------------------------------- /src/sequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sequence.h -------------------------------------------------------------------------------- /src/sha1.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sha1.cc -------------------------------------------------------------------------------- /src/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sha1.h -------------------------------------------------------------------------------- /src/sha2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sha2.cc -------------------------------------------------------------------------------- /src/sha2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sha2.h -------------------------------------------------------------------------------- /src/signal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/signal.cc -------------------------------------------------------------------------------- /src/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/signal.h -------------------------------------------------------------------------------- /src/sock.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sock.cc -------------------------------------------------------------------------------- /src/sock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sock.h -------------------------------------------------------------------------------- /src/sockimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sockimpl.h -------------------------------------------------------------------------------- /src/sockinet.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sockinet.cc -------------------------------------------------------------------------------- /src/sockinet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sockinet.h -------------------------------------------------------------------------------- /src/sockssl.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sockssl.cc -------------------------------------------------------------------------------- /src/sockssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sockssl.h -------------------------------------------------------------------------------- /src/statarea.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/statarea.cc -------------------------------------------------------------------------------- /src/statarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/statarea.h -------------------------------------------------------------------------------- /src/stdafx.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/stdafx.cc -------------------------------------------------------------------------------- /src/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/stdafx.h -------------------------------------------------------------------------------- /src/stdctl.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/stdctl.cc -------------------------------------------------------------------------------- /src/stream.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/stream.cc -------------------------------------------------------------------------------- /src/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/stream.h -------------------------------------------------------------------------------- /src/string.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/string.cc -------------------------------------------------------------------------------- /src/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/string.h -------------------------------------------------------------------------------- /src/structure.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/structure.cc -------------------------------------------------------------------------------- /src/structure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/structure.h -------------------------------------------------------------------------------- /src/symbol.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/symbol.cc -------------------------------------------------------------------------------- /src/symbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/symbol.h -------------------------------------------------------------------------------- /src/symtable.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/symtable.cc -------------------------------------------------------------------------------- /src/symtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/symtable.h -------------------------------------------------------------------------------- /src/syntax.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/syntax.cc -------------------------------------------------------------------------------- /src/syntax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/syntax.h -------------------------------------------------------------------------------- /src/syntaxinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/syntaxinfo.h -------------------------------------------------------------------------------- /src/sysdep.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sysdep.cc -------------------------------------------------------------------------------- /src/sysdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/sysdep.h -------------------------------------------------------------------------------- /src/system.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/system.cc -------------------------------------------------------------------------------- /src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/system.h -------------------------------------------------------------------------------- /src/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/targetver.h -------------------------------------------------------------------------------- /src/thread.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/thread.cc -------------------------------------------------------------------------------- /src/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/thread.h -------------------------------------------------------------------------------- /src/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/timer.h -------------------------------------------------------------------------------- /src/toplev.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/toplev.cc -------------------------------------------------------------------------------- /src/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/trace.h -------------------------------------------------------------------------------- /src/ucs2.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ucs2.cc -------------------------------------------------------------------------------- /src/ucs2tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/ucs2tab.h -------------------------------------------------------------------------------- /src/undo.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/undo.cc -------------------------------------------------------------------------------- /src/unicode/8859-1.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-1.TXT -------------------------------------------------------------------------------- /src/unicode/8859-10.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-10.TXT -------------------------------------------------------------------------------- /src/unicode/8859-13.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-13.TXT -------------------------------------------------------------------------------- /src/unicode/8859-2.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-2.TXT -------------------------------------------------------------------------------- /src/unicode/8859-3.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-3.TXT -------------------------------------------------------------------------------- /src/unicode/8859-4.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-4.TXT -------------------------------------------------------------------------------- /src/unicode/8859-5.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-5.TXT -------------------------------------------------------------------------------- /src/unicode/8859-7.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-7.TXT -------------------------------------------------------------------------------- /src/unicode/8859-9.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/8859-9.TXT -------------------------------------------------------------------------------- /src/unicode/BIG5.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/BIG5.TXT -------------------------------------------------------------------------------- /src/unicode/CNS11643.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CNS11643.TXT -------------------------------------------------------------------------------- /src/unicode/CP1250.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1250.TXT -------------------------------------------------------------------------------- /src/unicode/CP1251.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1251.TXT -------------------------------------------------------------------------------- /src/unicode/CP1252.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1252.TXT -------------------------------------------------------------------------------- /src/unicode/CP1253.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1253.TXT -------------------------------------------------------------------------------- /src/unicode/CP1254.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1254.TXT -------------------------------------------------------------------------------- /src/unicode/CP1257.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/CP1257.TXT -------------------------------------------------------------------------------- /src/unicode/GB2312.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/GB2312.TXT -------------------------------------------------------------------------------- /src/unicode/JIS0212.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/JIS0212.TXT -------------------------------------------------------------------------------- /src/unicode/KOI8-R.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/KOI8-R.TXT -------------------------------------------------------------------------------- /src/unicode/KOI8-U.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/KOI8-U.TXT -------------------------------------------------------------------------------- /src/unicode/KSC5601.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/KSC5601.TXT -------------------------------------------------------------------------------- /src/unicode/eucJP-ibmext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/unicode/eucJP-ibmext.txt -------------------------------------------------------------------------------- /src/usertab.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/usertab.cc -------------------------------------------------------------------------------- /src/usertool.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/usertool.cc -------------------------------------------------------------------------------- /src/utils.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/utils.cc -------------------------------------------------------------------------------- /src/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/utils.h -------------------------------------------------------------------------------- /src/utimer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/utimer.cc -------------------------------------------------------------------------------- /src/utimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/utimer.h -------------------------------------------------------------------------------- /src/vector.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/vector.cc -------------------------------------------------------------------------------- /src/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/vector.h -------------------------------------------------------------------------------- /src/version-rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/version-rc.h -------------------------------------------------------------------------------- /src/version.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/version.cc -------------------------------------------------------------------------------- /src/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/version.h -------------------------------------------------------------------------------- /src/vfs.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/vfs.cc -------------------------------------------------------------------------------- /src/vfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/vfs.h -------------------------------------------------------------------------------- /src/vwin32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/vwin32.h -------------------------------------------------------------------------------- /src/waitobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/waitobj.h -------------------------------------------------------------------------------- /src/wheel.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/wheel.cc -------------------------------------------------------------------------------- /src/wheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/wheel.h -------------------------------------------------------------------------------- /src/winhelp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/winhelp.cc -------------------------------------------------------------------------------- /src/wm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/wm.h -------------------------------------------------------------------------------- /src/wstream.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/wstream.cc -------------------------------------------------------------------------------- /src/wstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/wstream.h -------------------------------------------------------------------------------- /src/xcolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xcolor.h -------------------------------------------------------------------------------- /src/xdde.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xdde.cc -------------------------------------------------------------------------------- /src/xdde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xdde.h -------------------------------------------------------------------------------- /src/xlist.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xlist.cc -------------------------------------------------------------------------------- /src/xlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xlist.h -------------------------------------------------------------------------------- /src/xpi.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xpi.cc -------------------------------------------------------------------------------- /src/xpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xpi.h -------------------------------------------------------------------------------- /src/xstrlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xstrlist.h -------------------------------------------------------------------------------- /src/xyzzy.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzy.rc -------------------------------------------------------------------------------- /src/xyzzycli.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzycli.cc -------------------------------------------------------------------------------- /src/xyzzycli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzycli.h -------------------------------------------------------------------------------- /src/xyzzycli.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzycli.rc -------------------------------------------------------------------------------- /src/xyzzyenv.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzyenv.cc -------------------------------------------------------------------------------- /src/xyzzyenv.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/xyzzyenv.rc -------------------------------------------------------------------------------- /src/zlib/Debug/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/Debug/zlib.lib -------------------------------------------------------------------------------- /src/zlib/Debug/zlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/Debug/zlib.pdb -------------------------------------------------------------------------------- /src/zlib/Release/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/Release/zlib.lib -------------------------------------------------------------------------------- /src/zlib/Release/zlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/Release/zlib.pdb -------------------------------------------------------------------------------- /src/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/zconf.h -------------------------------------------------------------------------------- /src/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/src/zlib/zlib.h -------------------------------------------------------------------------------- /unittest/README-utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/README-utils.md -------------------------------------------------------------------------------- /unittest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/README.md -------------------------------------------------------------------------------- /unittest/array-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/array-tests.l -------------------------------------------------------------------------------- /unittest/common-lisp-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/common-lisp-tests.l -------------------------------------------------------------------------------- /unittest/complete-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/complete-tests.l -------------------------------------------------------------------------------- /unittest/data/hello.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/data/hello.txt.gz -------------------------------------------------------------------------------- /unittest/defun-builtin-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/defun-builtin-tests.l -------------------------------------------------------------------------------- /unittest/editor-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/editor-tests.l -------------------------------------------------------------------------------- /unittest/environ-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/environ-tests.l -------------------------------------------------------------------------------- /unittest/eval-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/eval-tests.l -------------------------------------------------------------------------------- /unittest/foreign-test.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/foreign-test.l -------------------------------------------------------------------------------- /unittest/glob-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/glob-tests.l -------------------------------------------------------------------------------- /unittest/insdel.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/insdel.l -------------------------------------------------------------------------------- /unittest/lisp-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/lisp-tests.l -------------------------------------------------------------------------------- /unittest/nanri-master-change-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/nanri-master-change-tests.l -------------------------------------------------------------------------------- /unittest/num-arith-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/num-arith-tests.l -------------------------------------------------------------------------------- /unittest/ole-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/ole-tests.l -------------------------------------------------------------------------------- /unittest/pathnames-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/pathnames-tests.l -------------------------------------------------------------------------------- /unittest/random-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/random-tests.l -------------------------------------------------------------------------------- /unittest/run-tests-helper.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/run-tests-helper.l -------------------------------------------------------------------------------- /unittest/sequence-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/sequence-tests.l -------------------------------------------------------------------------------- /unittest/simple-test.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/simple-test.l -------------------------------------------------------------------------------- /unittest/stream-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/stream-tests.l -------------------------------------------------------------------------------- /unittest/system-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/system-tests.l -------------------------------------------------------------------------------- /unittest/typespec-tests.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/unittest/typespec-tests.l -------------------------------------------------------------------------------- /xyzzy.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xyzzy-022/xyzzy/HEAD/xyzzy.sln --------------------------------------------------------------------------------