[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/physfs CHANGELOG,1.1.1.1.6.9,1.1.1.1.6.10
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/physfs CHANGELOG,1.1.1.1.6.9,1.1.1.1.6.10 CREDITS,1.1.2.5,1.1.2.6 configure.in,1.1.2.10,1.1.2.11 |
Date: |
Fri, 03 Jan 2003 04:53:08 -0500 |
Update of /cvsroot/paragui/paragui/src/physfs
In directory subversions:/tmp/cvs-serv32154
Modified Files:
Tag: devel-1-0
CHANGELOG CREDITS configure.in
Log Message:
updated physfs
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/CHANGELOG,v
retrieving revision 1.1.1.1.6.9
retrieving revision 1.1.1.1.6.10
diff -C2 -r1.1.1.1.6.9 -r1.1.1.1.6.10
*** CHANGELOG 6 Dec 2002 17:54:51 -0000 1.1.1.1.6.9
--- CHANGELOG 3 Jan 2003 09:53:04 -0000 1.1.1.1.6.10
***************
*** 3,6 ****
--- 3,9 ----
*/
+ 12172002 - Added Apple Project Builder support files (thanks, Eric Wing!).
+ 12112002 - Added Ruby bindings to extras directory (thanks, Ed Sinjiashvili!).
+ Patched win32.c to compile with Mingw32 (thanks, Niels Wagenaar!).
12032002 - Adam updated his extras/abs-file.h for the new buffering API.
12022002 - German translation added, compliments of Michael Renner.
Index: CREDITS
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/CREDITS,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** CREDITS 6 Dec 2002 17:54:51 -0000 1.1.2.5
--- CREDITS 3 Jan 2003 09:53:04 -0000 1.1.2.6
***************
*** 37,40 ****
--- 37,41 ----
Russian translation,
+ Ruby bindings,
QPAK archiver:
Ed Sinjiashvili
***************
*** 57,60 ****
--- 58,64 ----
German translation:
Michael Renner
+
+ Apple Project Builder support:
+ Eric Wing
Other stuff:
Index: configure.in
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/configure.in,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -r1.1.2.10 -r1.1.2.11
*** configure.in 1 Nov 2002 10:43:36 -0000 1.1.2.10
--- configure.in 3 Jan 2003 09:53:04 -0000 1.1.2.11
***************
*** 67,71 ****
AC_ARG_ENABLE(debug,
! [ --enable-debug enable debug mode [default=yes]],
, enable_debug=no)
if test x$enable_debug = xyes; then
--- 67,71 ----
AC_ARG_ENABLE(debug,
! [ --enable-debug enable debug mode [default=no]],
, enable_debug=no)
if test x$enable_debug = xyes; then
***************
*** 295,298 ****
--- 295,302 ----
fi
+ if test x$physfslang = xgerman; then
+ physfs_valid_lang=yes
+ AC_DEFINE([PHYSFS_LANG], PHYSFS_LANG_GERMAN, [define desired natural
language])
+ fi
dnl Add other language checks here...
***************
*** 437,441 ****
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS([stdlib.h string.h])
# Checks for typedefs, structures, and compiler characteristics.
--- 441,445 ----
# Checks for header files.
AC_HEADER_STDC
! AC_CHECK_HEADERS([stdlib.h string.h assert.h])
# Checks for typedefs, structures, and compiler characteristics.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/physfs CHANGELOG,1.1.1.1.6.9,1.1.1.1.6.10 CREDITS,1.1.2.5,1.1.2.6 configure.in,1.1.2.10,1.1.2.11,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/bindings/ruby Makefile.am,1.1.2.3,1.1.2.4
- Next by Date:
[paragui-cvs] CVS: paragui/src/physfs/archivers dir.c,1.1.1.1.6.5,1.1.1.1.6.6 grp.c,1.1.1.1.6.6,1.1.1.1.6.7 qpak.c,1.1.4.1,1.1.4.2 zip.c,1.1.1.1.6.8,1.1.1.1.6.9
- Previous by thread:
[paragui-cvs] CVS: paragui/bindings/ruby Makefile.am,1.1.2.3,1.1.2.4
- Next by thread:
[paragui-cvs] CVS: paragui/src/physfs/archivers dir.c,1.1.1.1.6.5,1.1.1.1.6.6 grp.c,1.1.1.1.6.6,1.1.1.1.6.7 qpak.c,1.1.4.1,1.1.4.2 zip.c,1.1.1.1.6.8,1.1.1.1.6.9
- Index(es):