Changeset 1760


Ignore:
Timestamp:
02/24/07 17:37:12 (6 years ago)
Author:
sam
Message:
Location:
zzuf/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/ChangeLog

    r1726 r1760  
     1------------------------------------------------------------------------ 
     2r283 | sam | 2007-02-24 17:20:42 +0100 (Sat, 24 Feb 2007) | 2 lines 
     3Changed paths: 
     4   M /trunk/src/zzuf.c 
     5 
     6  * Minor win32 cosmetic updates. 
     7 
     8------------------------------------------------------------------------ 
     9r282 | sam | 2007-02-20 19:18:27 +0100 (Tue, 20 Feb 2007) | 2 lines 
     10Changed paths: 
     11   M /trunk/src/lib-mem.c 
     12 
     13  * OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON. 
     14 
     15------------------------------------------------------------------------ 
     16r281 | sam | 2007-02-19 11:28:16 +0100 (Mon, 19 Feb 2007) | 3 lines 
     17Changed paths: 
     18   M /trunk/src/lib-mem.c 
     19 
     20  * Use mmap() instead of malloc() in the mmap() reimplementation so that 
     21    returned values are not in the heap. 
     22 
     23------------------------------------------------------------------------ 
     24r280 | sam | 2007-02-19 11:26:41 +0100 (Mon, 19 Feb 2007) | 2 lines 
     25Changed paths: 
     26   M /trunk/configure.ac 
     27 
     28  * Check for getpagesize() at configure time. 
     29 
     30------------------------------------------------------------------------ 
     31r279 | sam | 2007-02-19 11:25:54 +0100 (Mon, 19 Feb 2007) | 3 lines 
     32Changed paths: 
     33   M /trunk/test/zzcat.c 
     34 
     35  * Check mmap() return value. 
     36  * Don't pass offsets to mmap() that are not page aligned. 
     37 
     38------------------------------------------------------------------------ 
     39r278 | sam | 2007-02-19 10:28:52 +0100 (Mon, 19 Feb 2007) | 2 lines 
     40Changed paths: 
     41   M /trunk/test/zzcat.c 
     42 
     43  * Oops, fix compilation warning. 
     44 
     45------------------------------------------------------------------------ 
     46r277 | sam | 2007-02-19 10:16:10 +0100 (Mon, 19 Feb 2007) | 2 lines 
     47Changed paths: 
     48   M /trunk/test/testsuite.sh 
     49   M /trunk/test/zzcat.c 
     50 
     51  * Added mmap() to the testsuite. 
     52 
     53------------------------------------------------------------------------ 
     54r276 | sam | 2007-02-09 02:52:59 +0100 (Fri, 09 Feb 2007) | 2 lines 
     55Changed paths: 
     56   M /trunk/src/zzuf.c 
     57 
     58  * Improved win32 pipes. 
     59 
     60------------------------------------------------------------------------ 
     61r275 | sam | 2007-02-09 02:33:02 +0100 (Fri, 09 Feb 2007) | 2 lines 
     62Changed paths: 
     63   M /trunk/src/libzzuf.h 
     64   M /trunk/src/zzuf.c 
     65 
     66  * Use doubles, not float. Fixes an issue when using the default ratio value. 
     67 
     68------------------------------------------------------------------------ 
     69r274 | sam | 2007-02-09 00:08:38 +0100 (Fri, 09 Feb 2007) | 1 line 
     70Changed paths: 
     71   M /trunk/src/zzuf.c 
     72 
     73  * Disable -M when setrlimit isn't available. 
     74------------------------------------------------------------------------ 
     75r273 | sam | 2007-02-08 22:51:37 +0100 (Thu, 08 Feb 2007) | 2 lines 
     76Changed paths: 
     77   M /trunk/doc/zzuf.1 
     78   M /trunk/src/zzuf.c 
     79 
     80  * OpenBSD support for setrlimit(). 
     81 
     82------------------------------------------------------------------------ 
     83r272 | sam | 2007-02-08 18:23:48 +0100 (Thu, 08 Feb 2007) | 2 lines 
     84Changed paths: 
     85   M /trunk/doc/zzuf.1 
     86   M /trunk/src/zzuf.c 
     87 
     88  * Handle architectures that don't have RLIMIT_AS (like OpenBSD). 
     89 
     90------------------------------------------------------------------------ 
     91r271 | sam | 2007-02-02 12:58:06 +0100 (Fri, 02 Feb 2007) | 1 line 
     92Changed paths: 
     93   M /trunk/msvc/config.h 
     94   M /trunk/src/fuzz.c 
     95   M /trunk/src/libzzuf.h 
     96   M /trunk/src/mygetopt.c 
     97   M /trunk/src/zzuf.c 
     98 
     99  * Fixed more MSVC compilation warnings. 
     100------------------------------------------------------------------------ 
     101r270 | sam | 2007-02-02 12:29:27 +0100 (Fri, 02 Feb 2007) | 1 line 
     102Changed paths: 
     103   M /trunk/src/debug.c 
     104 
     105  * Fixed a minor warning and commented our printf-like function. 
     106------------------------------------------------------------------------ 
     107r269 | sam | 2007-02-01 23:50:34 +0100 (Thu, 01 Feb 2007) | 1 line 
     108Changed paths: 
     109   M /trunk/msvc/zzuf.vcproj 
     110 
     111  * Added mygetopt files to the MSVC project. 
     112------------------------------------------------------------------------ 
     113r268 | sam | 2007-02-01 23:33:07 +0100 (Thu, 01 Feb 2007) | 3 lines 
     114Changed paths: 
     115   M /trunk/configure.ac 
     116   M /trunk/src/Makefile.am 
     117   A /trunk/src/mygetopt.c 
     118   A /trunk/src/mygetopt.h 
     119   M /trunk/src/zzuf.c 
     120 
     121  * Reimplemented getopt_long. We use our replacement even if simple getopt 
     122    is available on the operating system. 
     123 
     124------------------------------------------------------------------------ 
     125r267 | sam | 2007-02-01 23:20:48 +0100 (Thu, 01 Feb 2007) | 2 lines 
     126Changed paths: 
     127   M /trunk/src/fuzz.c 
     128   M /trunk/src/fuzz.h 
     129   M /trunk/src/libzzuf.h 
     130 
     131  * Fixed a few signed/unsigned confusions. 
     132 
     133------------------------------------------------------------------------ 
     134r266 | sam | 2007-02-01 20:27:21 +0100 (Thu, 01 Feb 2007) | 2 lines 
     135Changed paths: 
     136   M /trunk/configure.ac 
     137 
     138  * Fuck notepad and its fucking CRLFs. 
     139 
     140------------------------------------------------------------------------ 
     141r265 | sam | 2007-02-01 19:19:03 +0100 (Thu, 01 Feb 2007) | 2 lines 
     142Changed paths: 
     143   M /trunk/configure.ac 
     144   M /trunk/msvc/config.h 
     145   M /trunk/src/debug.c 
     146   M /trunk/src/fd.c 
     147   M /trunk/src/fd.h 
     148   M /trunk/src/fuzz.c 
     149   M /trunk/src/lib-mem.c 
     150   M /trunk/src/lib-stream.c 
     151   M /trunk/src/libzzuf.c 
     152 
     153  * Fixed a few 64-bit issues reported by MSVC. 
     154  * More Win32 portability fixes. 
     155------------------------------------------------------------------------ 
     156r264 | sam | 2007-02-01 17:41:54 +0100 (Thu, 01 Feb 2007) | 1 line 
     157Changed paths: 
     158   A /trunk/msvc 
     159   A /trunk/msvc/config.h 
     160   A /trunk/msvc/libzzuf.vcproj 
     161   A /trunk/msvc/zzuf.sln 
     162   A /trunk/msvc/zzuf.vcproj 
     163   M /trunk/src/zzuf.c 
     164 
     165  * Added an MSVC project. 
     166------------------------------------------------------------------------ 
     167r263 | sam | 2007-02-01 17:08:33 +0100 (Thu, 01 Feb 2007) | 2 lines 
     168Changed paths: 
     169   M /trunk/configure.ac 
     170   M /trunk/src/debug.c 
     171   M /trunk/src/lib-fd.c 
     172   M /trunk/src/lib-mem.c 
     173   M /trunk/src/lib-stream.c 
     174   M /trunk/src/libzzuf.c 
     175   M /trunk/src/zzuf.c 
     176   M /trunk/test/zzcat.c 
     177 
     178  * Check for <unistd.h>, too. MSVC doesn't have it. 
     179 
     180------------------------------------------------------------------------ 
     181r262 | sam | 2007-02-01 16:57:10 +0100 (Thu, 01 Feb 2007) | 2 lines 
     182Changed paths: 
     183   M /trunk/configure.ac 
     184   M /trunk/src/timer.c 
     185   M /trunk/src/zzuf.c 
     186 
     187  * Only include <sys/time.h> conditionally. 
     188 
     189------------------------------------------------------------------------ 
     190r261 | sam | 2007-01-28 02:17:49 +0100 (Sun, 28 Jan 2007) | 3 lines 
     191Changed paths: 
     192   M /trunk/ChangeLog 
     193   M /trunk/NEWS 
     194   M /trunk/configure.ac 
     195 
     196  * Version 0.7. 
     197  * Updated NEWS and ChangeLog. 
     198 
    1199------------------------------------------------------------------------ 
    2200r260 | sam | 2007-01-28 01:53:19 +0100 (Sun, 28 Jan 2007) | 2 lines 
  • zzuf/trunk/NEWS

    r1726 r1760  
    11$Id$ 
     2 
     3Changes from 0.7 to 0.8 
     4 
     5 * getopt_long() reimplementation 
     6 * fix for 64bit issues 
     7 * -M works on OpenBSD 
     8 * mmap reimplementation does not use the heap 
    29 
    310Changes from 0.6.1 to 0.7 
  • zzuf/trunk/configure.ac

    r1748 r1760  
    11# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 
    22 
    3 AC_INIT(zzuf, 0.7) 
     3AC_INIT(zzuf, 0.8) 
    44 
    55AC_PREREQ(2.50) 
     
    88AC_CANONICAL_SYSTEM 
    99 
    10 AM_INIT_AUTOMAKE(zzuf, 0.7) 
     10AM_INIT_AUTOMAKE(zzuf, 0.8) 
    1111AM_CONFIG_HEADER(config.h) 
    1212 
Note: See TracChangeset for help on using the changeset viewer.