aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-26for win32 (from Patrice Colet)N.N.
svn path=/trunk/; revision=11158
2009-04-26for win32 (from Patrice Colet)N.N.
svn path=/trunk/; revision=11157
2009-04-26no setuid/getuid on win32 ?N.N.
svn path=/trunk/; revision=11156
2009-04-26use new/delete[] instead of malloc/freeN.N.
svn path=/trunk/; revision=11155
2009-04-26for win32 (from Patrice Colet)N.N.
svn path=/trunk/; revision=11154
2009-04-26moved some asprintf stuff that really should go in the .c instead of .hN.N.
svn path=/trunk/; revision=11153
2009-04-26refrain from using std::vector's data() for portability reasons (it's GNU-only)N.N.
svn path=/trunk/; revision=11152
2009-04-25documented [select] issues with arguments of mixed typeHans-Christoph Steiner
svn path=/trunk/; revision=11150
2009-04-25removed all_about_data_structures because it didn't have any useful contentHans-Christoph Steiner
svn path=/trunk/; revision=11149
2009-04-25move asprintf,vasprintf out to kernel.c to avoid multiple defsN.N.
svn path=/trunk/; revision=11145
2009-04-25add (v)asprintf for win32 (sent by Patrice Colet)N.N.
svn path=/trunk/; revision=11144
2009-04-25compatibility with Tcl 8.5aN.N.
svn path=/trunk/; revision=11142
2009-04-25.N.N.
svn path=/trunk/; revision=11138
2009-04-25fix [any]N.N.
svn path=/trunk/; revision=11137
2009-04-25blahN.N.
svn path=/trunk/; revision=11136
2009-04-25add t_symbol.==(const char*); remove gcc 4.2 warning in ↵N.N.
binbuf_read,binbuf_read_via_path,binbuf_write svn path=/trunk/; revision=11135
2009-04-25use vector<> in sys_parsercfileN.N.
svn path=/trunk/; revision=11134
2009-04-25.N.N.
svn path=/trunk/; revision=11133
2009-04-25remove gcc 4.2 warning in usagemessageN.N.
svn path=/trunk/; revision=11132
2009-04-24i don't remember what those changes were for, but that's how they are in my ↵N.N.
code for quite a while. svn path=/trunk/; revision=11131
2009-04-24remove pre8.5.tclN.N.
svn path=/trunk/; revision=11130
2009-04-24remove gcc 4.2 warning in oss_errornamesN.N.
svn path=/trunk/; revision=11129
2009-04-24remove gcc 4.2 warning in pd_pickle, pd_saveheadN.N.
svn path=/trunk/; revision=11128
2009-04-24remove gcc 4.2 warning in binbuf_write, binbuf_read, binbuf_read_via_canvas, ↵N.N.
binbuf_read_via_path svn path=/trunk/; revision=11127
2009-04-24remove gcc 4.2 warnings in binbuf_text, binbuf_text_matju, ↵N.N.
binbuf_text_quoted, binbuf_text_miller, pd_eval_text, pd_eval_text2, canvas_readerror, pd_vscanargs, pd_scanargs, pd_vsaveargs, pd_saveargs. svn path=/trunk/; revision=11126
2009-04-24remove gcc 4.2 warnings in inlet_tip, pd_vmess, MAKESYMN.N.
svn path=/trunk/; revision=11125
2009-04-24goes with recently removed warningsN.N.
svn path=/trunk/; revision=11124
2009-04-24remove gcc 4.2 warning in sys_sockerrorN.N.
svn path=/trunk/; revision=11123
2009-04-24remove gcc 4.2 warnings about pd_scanargs, pd_saveargsN.N.
svn path=/trunk/; revision=11122
2009-04-24fixed recent blunder about A_LIST and A_ATOMN.N.
svn path=/trunk/; revision=11121
2009-04-24remove gcc 4.2 warnings in sys_vgui, sys_guiN.N.
svn path=/trunk/; revision=11120
2009-04-24remove gcc 4.2 warnings in pd_printN.N.
svn path=/trunk/; revision=11119
2009-04-24remove gcc 4.2 warnings in binbuf_addvN.N.
svn path=/trunk/; revision=11118
2009-04-24added A_LIST for binbuf atoms... may rename it laterN.N.
svn path=/trunk/; revision=11117
2009-04-24uncommitted left over from last pd convention... (really)N.N.
svn path=/trunk/; revision=11115
2009-04-24forgot to pass argsN.N.
svn path=/trunk/; revision=11114
2009-04-24just a shortcutN.N.
svn path=/trunk/; revision=11113
2009-04-24- removed extraneous help patches from flatspace_install Hans-Christoph Steiner
- made flatspace help patches go into the extra/flatspace libdir so that they won't interfere with other help patches. svn path=/trunk/; revision=11109
2009-04-23added bit about flext binaries and fixed Mac OS X preference removal ↵Hans-Christoph Steiner
instructions svn path=/trunk/; revision=11100
2009-04-22forgot to uncomment Run section when enabling the ASIO4ALL URL to auto-launchHans-Christoph Steiner
svn path=/trunk/; revision=11096
2009-04-22removed stupid purepd kludge and made purepd install its help files into the ↵Hans-Christoph Steiner
help browser svn path=/trunk/; revision=11094
2009-04-21rsync and the perms on SVN's .svn files seem to fight and be unhappy on ↵Hans-Christoph Steiner
Cygwin/Windows... this script is tweaked to try to get the 'meat' before the .svn files. Its scheduled to run every 20 minutes on the Windows build box since often it hangs after rsyncing a few files svn path=/trunk/; revision=11082
2009-04-21changed rsync option to --delete-before so it will delete everything before ↵Hans-Christoph Steiner
it tries to transfer files, in case the file transfer fails, like it does a lot on Windows svn path=/trunk/; revision=11077
2009-04-20fixed stupid bug where it would only add incomplete paths instead of ↵Hans-Christoph Steiner
complete, there was a ! where there should not have been svn path=/trunk/; revision=11075
2009-04-19Removing recursive new_anything() patch because its currently unused,Hans-Christoph Steiner
following this discussion: http://lists.puredata.info/pipermail/pd-dev/2009-04/013385.html svn path=/trunk/; revision=11057
2009-04-18making the Gem.dll kludge a bit more pedantic and completely ignored on all ↵Hans-Christoph Steiner
but windows svn path=/trunk/; revision=11056
2009-04-18custom kludge for installing the Gem binary on Windows :( Gem.dll needs to ↵Hans-Christoph Steiner
be in the extra/Gem folder for the help files to be found svn path=/trunk/; revision=11055
2009-04-18added links to the books that are freely available onlineHans-Christoph Steiner
svn path=/trunk/; revision=11054
2009-04-18added asio4all link to start menu and installer; switched license to GNU GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=11053
2009-04-18cleaned up all_about pages and adding a tiny bit of contentHans-Christoph Steiner
svn path=/trunk/; revision=11049