aboutsummaryrefslogtreecommitdiff
path: root/src/msgfile.c
AgeCommit message (Expand)Author
2015-10-06write to canvas-local directoryHEADsvn2git-headexternals/zexyIOhannes m zmölnig
2015-10-06use z_wrappers around sys_open/close()IOhannes m zmölnig
2015-08-28one-true indentationIOhannes m zmölnig
2015-02-18use z_close() when appropriateIOhannes m zmölnig
2012-12-19fixing unicode charactersIOhannes m zmölnig
2011-12-23fixed typoIOhannes m zmölnig
2011-12-21fixed errors detected by cppcheckIOhannes m zmölnig
2011-10-03replaced &s_ with gensym()IOhannes m zmölnig
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
2011-09-20fixed crash when add2 to an empty bufferIOhannes m zmölnig
2011-09-20sprintf formattingIOhannes m zmölnig
2010-08-18clarified copyrightIOhannes m zmölnig
2009-08-03hmm, probably cleaned up code a bit...IOhannes m zmölnig
2009-04-27on w32 include io.h rather than unistd.hIOhannes m zmölnig
2009-04-09indentationIOhannes m zmölnig
2009-03-19fixed warningsIOhannes m zmölnig
2008-07-22fixed the "empty 'previous from end' bug"IOhannes m zmölnig
2008-04-09read as binary to avoid fighting with linefeedsIOhannes m zmölnig
2008-04-09changed read() to fread()IOhannes m zmölnig
2008-03-11updated README.txt a wee bitIOhannes m zmölnig
2008-02-20better error messagesIOhannes m zmölnig
2008-02-20fixed some bugs in msgfile;IOhannes m zmölnig
2007-09-06fixed crasher bug when replacing an sublist in an empty msgboxIOhannes m zmölnig
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are no...IOhannes m zmölnig
2007-03-06increased the headroom for converting the buffer from the text-format to a bi...IOhannes m zmölnig
2007-03-06made msgfile_bang reentrantIOhannes m zmölnig
2006-10-10use pd_error() to make errors findable;IOhannes m zmölnig
2006-07-05added the "$$" method also for reading (though not strictly necessary);IOhannes m zmölnig
2006-06-27added a new writing mode: '$$' which converts occurences of "$$" to "\$", in ...IOhannes m zmölnig
2006-06-08fixed searchIOhannes m zmölnig
2006-06-07hopefully fixed a bug discovered by p8r: 1st line was not read (or rather "ou...IOhannes m zmölnig
2006-04-05use unused variablesIOhannes m zmölnig
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
2006-01-24fixed "help"-message on w32 (split into smaller junks to prevent crashes)IOhannes m zmölnig
2006-01-23include <unistd.h> on non-w32 platforms (not just linux)IOhannes m zmölnig
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
2005-10-02fixed reentrant bugIOhannes m zmölnig
2005-06-09replaced MACOSX by __APPLE__IOhannes m zmölnig
2005-06-08hopefully fixed a bug with not finding relative filenames (when "." was not i...IOhannes m zmölnig
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
2005-03-22zexy-2.0:IOhannes m zmölnig