liskon_frotz.git
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-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().
2019-01-30 David GriffithWhere strncat() is called with a fixed string source...
2019-01-30 David GriffithClean up comments for os_process_arguments()
2019-01-30 David GriffithClean up remaining f_setup.interpreter_number mess...
2019-01-30 David Griffithf_setup.interpreter_number is now for the curses interf...
2019-01-30 David GriffithFix problem with not using f_setup.interpreter_number...
2019-01-30 David GriffithMerge branch 'welash/frotz-path_crap'
2019-01-30 David GriffithRemove incomplete and wrong code preventing blorbs...
2019-01-30 Michael LazarUpdate documentation to refer to correct commands for...
2019-01-30 David GriffithRemove the last bits of old-style save format. All...
2019-01-21 Bill LashFix for finding files on path
2019-01-21 David GriffithUpdate the INSTALL file a bit to talk about sfrotz.
2019-01-21 David GriffithMerge branch 'nested' into 'master'
2019-01-21 William LashRemove nested functions
2019-01-21 David GriffithMerge branch 'dashL' into 'master'
2019-01-21 David GriffithMerge branch 'segfault' into 'master'
2019-01-21 David GriffithMerge branch 'master' into 'master'
2019-01-15 Bill LashMerge branch 'master' of gitlab.com:DavidGriffith/frotz
2019-01-10 David GriffithUpdate mirror list.
2018-12-20 Bill LashFix -L option in curses port
2018-12-18 Bill LashCheck for NULL pointer when stripping extension
2018-09-27 Bill LashAdd my_strndup() api
2018-09-10 David GriffithMove some externs of os_ functions into frotz.h.
2018-09-10 David GriffithFix stupid oversight in install_sfrotz and uninstall_sf...
2018-09-10 David GriffithDelete duplicate define of bb_ID_FORM.
2018-09-10 David GriffithAdded ignores for Quetzal files, scripts, and command...
2018-09-10 David GriffithAdded useful Blorb-handling changes.
2018-09-04 David GriffithFix #47: Prompt for overwrite.
2018-09-04 David GriffithGet rid of convoluted code for stripping filename exten...
2018-09-04 David GriffithMake this part of Dumb look a bit more like the corresp...
next