Skip to content

Commit

Permalink
Bump to 1.5.0. Somehow Pez is smaller, seriously. Check the size of the
Browse files Browse the repository at this point in the history
executable file, then the start/end addresses of the individual sections.  Text
*and* data got smaller.

I don't pretend to know how.
  • Loading branch information
Pete Elmore committed Oct 28, 2009
1 parent 6d9ebf2 commit 68bd110
Show file tree
Hide file tree
Showing 6 changed files with 2,164 additions and 4,281 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lib_LTLIBRARIES = libpez.la

libpez_la_SOURCES = pez.c
# I swear, the docs say this works:
# libpez_la_LIBTOOLFLAGS = -version-info 1:4:3
# libpez_la_LIBTOOLFLAGS = -version-info 1:5:0

repl: pez$(EXEEXT)
$(RLWRAP) ./pez$(EXEEXT)
Expand Down
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
POW_LIB = @POW_LIB@
Expand Down Expand Up @@ -811,7 +812,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
uninstall-includeHEADERS uninstall-libLTLIBRARIES

# I swear, the docs say this works:
# libpez_la_LIBTOOLFLAGS = -version-info 1:4:3
# libpez_la_LIBTOOLFLAGS = -version-info 1:5:0

repl: pez$(EXEEXT)
$(RLWRAP) ./pez$(EXEEXT)
Expand Down
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
[m4_warning([this file was generated for autoconf 2.63.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
[m4_warning([this file was generated for autoconf 2.64.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
Expand Down
3 changes: 3 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

Expand Down
Loading

0 comments on commit 68bd110

Please sign in to comment.