|
From: Ian P. <piu...@us...> - 2004-04-17 00:48:37
|
Update of /cvsroot/squeak/squeak/platforms/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15309 Modified Files: ChangeLog Log Message: Latest changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/unix/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ChangeLog 6 Apr 2004 18:18:56 -0000 1.22 --- ChangeLog 17 Apr 2004 00:48:27 -0000 1.23 *************** *** 1,2 **** --- 1,24 ---- + 2004-04-17 Ian Piumarta <ian...@in...> + + * platforms/unix/vm/sqPlatformSpecific.h: Include <unistd.h>. + Define sqFTruncate(). + + 2004-04-12 Ian Piumarta <ian...@in...> + + * platforms/unix/config/gnuify: Insert #error into output file if + processing failed. + + * platforms/unix/vm-display-fbdev/Makefile.in ($(TARGET)): Remove + $(X_LIBS) from the link command. + + 2004-04-11 Ian Piumarta <ian...@in...> + + * platforms/unix/config/gnuify: Escape all occurences of '{' + within regular expressions. + + 2004-04-10 Ian Piumarta <ian...@in...> + + * platforms/unix/config/gnuify: Remove gnu specifics. + 2004-04-06 Ian Piumarta <ian...@in...> |