liskon_frotz.git
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-04 David GriffithUpdate and clean up INSTALL and Makefile.
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-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...
2018-09-04 David GriffithApply same default filename fix from #92 for Dumb inter...
2018-09-04 David GriffithApply same default filename fix from #92 for Curses...
2018-09-04 David GriffithFix string termination problems that caused #92.
2018-09-04 David GriffithClean up and fix restricted mode for Dumb interface.
2018-09-04 David GriffithClean up and fix restricted mode for Curses interface.
2018-09-04 David GriffithMinor newline cleanup in os_read_file_name().
2018-09-04 David GriffithAdd compile-time option to disable Blorb for the Dumb...
2018-09-04 David GriffithComment cleanup for some headers.
2018-09-04 David GriffithAdd discrete ZC_NUMPAD_? defines to replace define...
2018-09-04 David GriffithChange ZC_FKEY* usage in SDL interface to avoid math.
2018-08-27 David GriffithAdd mention of how to get Xterm to honor the Alt key.
2018-08-26 David GriffithAdded install_all and uninstall_all make targets.
2018-08-26 David GriffithAdd mention of sfrotz(6) in Dumb Frotz's manpage. ...
2018-08-26 David GriffithAdd manpage for SDL Frotz. Not done yet.
2018-08-26 David GriffithAdd list of hotkeys in frotz.6 manpage.
2018-08-26 David GriffithChange piracy opcode option in sfrotz from -p to -P...
2018-08-25 David GriffithChanged most instances of memcpy() to memmove().
2018-08-21 David GriffithFix several old references to Github.
2018-08-20 David GriffithGive function keys their own ZC_* defines to avoid...
2018-08-20 David GriffithExpand a ternary operation in a printf() to mollify...
2018-08-20 David GriffithFix for #84: Missing newline can lead to dropped lines.
2018-08-01 David GriffithThe dist target doesn't need hash or clean as prerequis...
2018-08-01 David GriffithChange dumb frotz over to SDL's style of error checking...
2018-08-01 David GriffithIgnore generated defines files.
2018-08-01 David GriffithAdd unmentioned build targets of "curses" and ncurses".
2018-08-01 David GriffithAdd blurb when a library or target is finished.
2018-08-01 David GriffithAdd -I flag to SDL Frotz to allow for setting the inter...
2018-08-01 David GriffithUpdate manpages for frotz and dfrotz with -I (interpret...
2018-08-01 David GriffithAdd mention of the -I flag (set interpreter number...
2018-08-01 David GriffithAdd -I flag to curses Frotz to allow for setting the...
2018-08-01 David GriffithMake regular info display for sfrotz look similar to...
2018-08-01 David GriffithAdd "Curses interface" to curses interface regular...
2018-08-01 David GriffithAdd version info command line option to SDL interface.
2018-08-01 David GriffithFix ARFLAGS omission.
2018-08-01 David GriffithAdd mention of curses interface in curses interface...
2018-08-01 David GriffithDelete short commit hash from curses interface version...
2018-08-01 David GriffithAdd build timestamp to dumb interface version info.
2018-08-01 David GriffithIgnore a dist subdirectory.
2018-08-01 David GriffithGet version string from Git instead of the Makefile.
2018-08-01 David GriffithPut Git branch, hash, short hash, and tag into Makefile...
2018-08-01 David GriffithFixup the Git stuff in preparation for editing Makefile...
2018-08-01 David GriffithIgnores for *.swp, *.tar, and *.gz.
2018-08-01 David GriffithFix broken use of "git archive".
2018-07-31 David GriffithAdd MAKEFLAGS option to keep output of parallel builds...
2018-07-31 David GriffithPrettifying the "Generating" stuff.
2018-07-31 David GriffithForgot these $(RANLIB) substitutions.
next