aboutsummaryrefslogtreecommitdiff
path: root/src/msgfile.c
AgeCommit message (Collapse)Author
2006-10-10use pd_error() to make errors findable;IOhannes m zmölnig
changed behaviour of "read" message (no more appending of file to current buffer) added "read2" message (appends file to current buffer == old "read" behaviour) svn path=/trunk/externals/zexy/; revision=6091
2006-07-05added the "$$" method also for reading (though not strictly necessary);IOhannes m zmölnig
removed (#if 0) clauses svn path=/trunk/externals/zexy/; revision=5357
2006-06-27added a new writing mode: '$$' which converts occurences of "$$" to "\$", in ↵IOhannes m zmölnig
order to be able to write pd-patches which make use of arguments svn path=/trunk/externals/zexy/; revision=5306
2006-06-08fixed searchIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5179
2006-06-07hopefully fixed a bug discovered by p8r: 1st line was not read (or rather ↵IOhannes m zmölnig
"output"); i guess this has more to do withpd>0=0.39 but you never no...; more testing needs to be done! svn path=/trunk/externals/zexy/; revision=5178
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2006-01-24fixed "help"-message on w32 (split into smaller junks to prevent crashes)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4486
2006-01-23include <unistd.h> on non-w32 platforms (not just linux)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4475
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4473
2005-10-02fixed reentrant bugIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3645
2005-06-09replaced MACOSX by __APPLE__IOhannes m zmölnig
replaced NT by __WIN32__ (defined by mingw, but NOT by msvc) svn path=/trunk/externals/zexy/; revision=3139
2005-06-08hopefully fixed a bug with not finding relative filenames (when "." was not ↵IOhannes m zmölnig
in the path) svn path=/trunk/externals/zexy/; revision=3133
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-03-22zexy-2.0:IOhannes m zmölnig
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641