liskon_frotz.git
2019-05-19 David GriffithDOS port now compiles and works. Issues #8 and #58...
2019-05-19 David GriffithReorder cleanup stuff.
2019-05-19 David GriffithClean up stuff left by a DOS build.
2019-05-19 David GriffithTurbo C doesn't like this way of doing macros.
2019-05-18 David GriffithRemoved mention of a PORTING file, now deleted.
2019-05-18 David GriffithFix for #114: unneccesary newline printed every time...
2019-05-17 David GriffithTypo in ChangeLog.
2019-05-05 David GriffithUpdated ChangeLog with mention of some new features.
2019-05-05 David GriffithMerge branch 'welash/frotz-utf8'
2019-05-05 David GriffithFix signedness problem for get_wch().
2019-05-05 David GriffithRefining Makefiles. Needs work with implicit declarati...
2019-05-05 Bill LashAdd utf-8 output to script file
2019-05-05 David GriffithFix remaining strcat() in dumb interface.
2019-05-05 David GriffithAdded new chunk types from the latest blorb spec (2...
2019-05-05 David GriffithClean up bb_ID defines.
2019-05-05 David GriffithMove low-level bb_ID defines from blorblow.h to blorb.h.
2019-05-05 David GriffithMove the remaining bb_make_id() things to the blorb...
2019-05-05 David GriffithMove some bb_make_id() things to the blorb library.
2019-05-05 David GriffithAdd install_sdl and uninstall_sdl target aliases.
2019-05-05 David GriffithRemove needless blank lines.
2019-05-05 David GriffithAdd dependencies to allow "make sdl_lib" et al work...
2019-05-03 David GriffithAdd SDL_Quit() in two places to ensure sfrotz really...
2019-05-02 David GriffithRefining SDL interface os_fatal() to more resemble...
2019-05-02 David GriffithImplementing f_setup.ignore_errors for the SDL interface.
2019-04-30 David GriffithImplementing f_setup.ignore_errors for the curses inter...
2019-04-30 David GriffithImplementing f_setup.ignore_errors for the dumb interfa...
2019-04-30 David GriffithRemove f_setup.ignore_errors from the core.
2019-04-27 David GriffithForgot to put back the -Z flag into the help info for...
2019-04-24 David GriffithFix remaining strcat() in dumb interface.
2019-04-20 David GriffithAdded new chunk types from the latest blorb spec (2...
2019-04-20 David GriffithClean up bb_ID defines.
2019-04-20 David GriffithMove low-level bb_ID defines from blorblow.h to blorb.h.
2019-04-20 David GriffithMove the remaining bb_make_id() things to the blorb...
2019-04-20 David GriffithMove some bb_make_id() things to the blorb library.
2019-04-16 David GriffithAdd install_sdl and uninstall_sdl target aliases.
2019-04-10 David GriffithRemove needless blank lines.
2019-04-10 David GriffithAdd dependencies to allow "make sdl_lib" et al work...
2019-04-01 Bill LashAdd ifdefs for UTF8
2019-04-01 Bill LashAdd Makefile framework for enabling UTF8
2019-03-31 Bill LashAdd back ncursesw in makefile
2019-03-31 Bill LashMerge branch 'master' of https://gitlab.com/DavidGriffi...
2019-03-23 David GriffithMerge branch 'pathopen_fix' into 'master'
2019-03-22 Bill Lashfix pathopen by increasing the buffer length
2019-03-20 David GriffithMerge branch 'sdl_namefix' into 'master'
2019-03-18 Bill LashFix -N date option (issue 105)
2019-03-12 David GriffithDelete references to a wiki I never made.
2019-03-12 David GriffithDelete section describing curses interface config file.
2019-03-12 David GriffithFinish importing stuff from the old sfrotz html manual.
2019-03-12 David GriffithChange mention of an HTML manual to a manpage.
2019-03-12 David GriffithSave file loading for sfrotz at command line.
2019-03-12 David GriffithChange an int to bool.
2019-03-12 David GriffithRemove superfluous "done" comments.
2019-03-12 David GriffithDo a strdup() instead of a malloc() and strncpy().
2019-03-12 David GriffithFix an off-by-one strncat() limit.
2019-03-09 David GriffithExpand list of libs needed for SDL interface.
2019-03-09 David GriffithMinor tweaks of homepage.
2019-03-09 David GriffithRevert "Fixed problem with garbage .aux filenames."
2019-02-20 David GriffithBump "last updated" line on static page.
2019-02-20 David GriffithMerge branch 'valgrind/getconfig' into 'master'
2019-02-20 David GriffithAdded missing <ul> </ul> tags.
2019-02-20 David GriffithRemove reference to Sourceforge in static webpage.
2019-02-20 David GriffithGIT_BRANCH was mangled into IT_BRANCH. Never used...
2019-02-20 David GriffithDon't try to make a tarball if git repo not present...
2019-02-19 David GriffithFixed capitalization inconsistencies in manpages: ...
2019-02-19 David GriffithRe-add the "all" target and redo "make help".
2019-02-19 David GriffithRemove last bits of sed fiddling with Makefile. Versio...
2019-02-16 Andrew GaulAvoid reading past valid array ranges in getconfig
2019-02-13 David GriffithFixed broken hash target.
2019-02-12 David GriffithMerge branch 'export-subst'
2019-02-12 David GriffithMoving as much as I can into using export-subst.
2019-02-12 David GriffithMove path_separator stuff out in the open in os_read_fi...
2019-02-12 David GriffithFix problem with a fixed path separator in dumb interface.
2019-02-12 David GriffithReplace two strcat() calls in dumb interface.
2019-02-12 David GriffithReplaced two strcpy() calls in dumb interface.
2019-02-12 David GriffithReplace two remaining strcpy() calls in curses interface.
2019-02-12 David GriffithUnroll ternary operator with unix_history functions.
2019-02-12 David GriffithFix two strcpy() calls in curses and needed to redefine...
2019-02-12 David GriffithReorder build recipes to make a bit more sense.
2019-02-12 David GriffithFirst stab at using export-subst in .gitattributes.
2019-02-04 David GriffithUpdate and clean up INSTALL and Makefile.
2019-02-04 Bill LashAdding input of utf-8 chars and history
2019-02-03 Bill LashMerge branch 'master' of https://gitlab.com/welash...
2019-02-03 David GriffithFixed one instance of strcpy(). The rest are proving...
2019-02-03 David GriffithRewrite last strcpy() call in ux_init.c and remove...
2019-02-03 David GriffithRewrite remaining strcat() calls in curses interface.
2019-02-03 David GriffithPut Makefile back to using the OS's version of strdup().
2019-02-02 David GriffithRewrite remaining strcpy() calls in core.
2019-02-02 David GriffithRewrite two remaining strcpy() calls in src/common...
2019-02-02 David GriffithFix filename in webpage.
2019-02-02 David GriffithAdding homepage to be hosted at Gitlab.
2019-02-02 David GriffithAdding a .gitattributes file to avoid packaging certain...
2019-02-01 David GriffithFixed problem with garbage .aux filenames.
2019-02-01 Bill LashAdd some support for UTF-8
2019-01-31 David GriffithMoved local strdup() and strndup() implementations...
2019-01-31 David GriffithFixed some problems with unsafe strcpy() calls writing...
2019-01-31 David GriffithCall my_strdup() instead of strdup().
2019-01-31 David GriffithUse f_setup.story_name instead of now-useless stripped_...
2019-01-31 David GriffithMerge branch 'more_mac' into 'master'
2019-01-30 Bill LashAdd CFLAGS for compiling on OS/X
2019-01-30 David GriffithRemove unused string buffer from re-added os_path_open().
next