head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.8 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.6 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.4 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2010Q2:1.5.0.8 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.6 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q1:1.3.0.32 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.30 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.22 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.6 date 2010.08.21.16.55.06; author asau; state dead; branches; next 1.5; 1.5 date 2009.07.14.10.01.28; author tnn; state Exp; branches; next 1.4; 1.4 date 2009.04.16.18.08.32; author tnn; state dead; branches; next 1.3; 1.3 date 2005.12.11.23.12.11; author joerg; state Exp; branches; next 1.2; 1.2 date 2001.10.21.11.07.12; author wiz; state dead; branches; next 1.1; 1.1 date 2000.11.11.05.26.54; author mycroft; state Exp; branches; next ; desc @@ 1.6 log @Update to librep 0.90.5 0.90.5 ====== * Byte compiler bugfix in docstring loss [Teika Kazura] Practical effect: Previously, if a user byte-compile files, then the docstring is lost in sawfish-config. This is fixed. Details: Loss of docstring happened only if (1) byte compiler is not given `--write-docs', so only byte-compilation by user (2) defvar is invoked within macro definition, including `defcustom' in Sawfish. Plain defvar was not affected by this bug. It was because in 'trans-defvar' in lisp/rep/vm/compiler/rep.jl, the docstring is stored in a wrong property `variable-documentation'. It is corrected to `documentation'. Symbol `variable-documentation' is not used elsewhere, including Sawfish and emacs' sawfish-mode. * Our own implementation of dlmalloc is disabled since 2002, as it breaks librep on several architectures. From this version on, we don't ship it. [Kim B. Heino] * Our own implementation of alloca/memcmp is not needed, rely on libcs instead. [Kim B. Heino] * Majorly improved the debian and rpm packaging scripts [Christopher Bratusek] [Kim B. Heino] * Install headers to $includedir/rep/ instead of $includedir/ [Christopher Bratusek] * Autotools improvements (Makefile, autogen.sh & Co.) [Christopher Bratusek] * Added `file-gid-p' function for getting the gid of a file [Christopher Bratusek] * Added `file-uid-p' function for getting the uid of a file [Christopher Bratusek] 0.90.4 ====== * Library version bumped to 9.4.1 * Use $prefix/lib instead of $prefix/libexec * Fixups for OpenBSD [Jasper Lievisse Adriaanse] * Don't hardcode /usr in manpage installation path 0.90.3 ====== * Added `file-executable-p' function * Improved spec-file [Kim B. Heino] * Improved ebuild [Fuchur, Christopher Bratusek] * Fallback check for ffi, if there's no libffi.pc [Vincent Untz] * Removed rep-config script (use librep.pc instead) * Added man-pages for `rep', `repdoc', `rep-remote' and `rep-xgettext' [Debian] * Added debian packaging scripts based on the official ones 0.90.2 ====== * Fixed a major defunct with prin1 + utf8 [Timo Korvola] * Fixed descriptions of formats %s and %S in streams.c 0.90.1 ====== * Properly terminate the rep interpreter [Jürgen Hötzel] * Use readline history in interactive mode [Jürgen Hötzel] * Tar file-handler does now support XZ compressed tarballs * Tar file-handler does now support LZMA compressed tarballs * Improved regex for parsing tar output in the file-handler [Alexey I. Froloff] * We do now correctly check for libffi * Improved libffi-binding [Alexey I. Froloff] * Updated librep.sym for missing entries [Alexey I. Froloff] * Fixed an incomplete definition * Added -L$prefix to libs section of the .pc file * No C++ style comments in C code @ text @$NetBSD: patch-ab,v 1.5 2009/07/14 10:01:28 tnn Exp $ Build fix. From GIT master. --- src/unix_processes.c.orig 2009-07-02 20:36:42.000000000 +0200 +++ src/unix_processes.c @@@@ -496,7 +496,7 @@@@ get_pty(char *slavenam) The FIRST_PTY_LETTER gives the first X to try. We try in the sequence FIRST_PTY_LETTER, .., 'z', 'a', .., FIRST_PTY_LETTER. Is this worthwhile, or just over-zealous? */ - c = FIRST_PTY_LETTER; + char c = FIRST_PTY_LETTER; do { int i; for(i = 0; i < 16; i++) @ 1.5 log @Update to librep-0.90.0. Changes: * Added UTF-8 Support! [Wang Diancheng] * Remove scheme and unscheme modules * Going on with code-cleanup @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to librep-0.17.3. 0.17.3 ====== * Updated MAINTAINERS * Dropped rep.m4 - use librep.pc instead * Improved librep.pc * Updated librep.spec * Add -L/lib$libsuff to READLINE_LIBS [T2 Patch] * Fix compilation on PPC64 [Marcus Comstedt] * Small fixup in src/fake-libexec [SuSE] * No rpath in src/rep-config.sh [Fedora] * Added ebuild [Harald van Dijk] * Improved Makefile's distclean rule * Reworked autogen.sh * Reworked configure.in * Major rework of the spec-file * Improved configure's ending message * Fixed configure.in's templates for autoheader * BSD-Tar is not supported by librep, give users a usefull warning message [Mark Diekhans] 0.17.2 ====== * fixups for configure.in * updated BUGS, HACKING and README * define inline if undefined (fixes compiler warnings) * create the destination directory for the .pc file before installing it * fixed in issue with FreeBSD in numbers.c [FreeBSD patch] * improved a function of numbers.c [FreeBSD patch] * rep_file_fdopen has not been listed in librep.sym * added -tag=CC to libtool in several places * don't ignore $LDFLAGS upon build * dropped some useless code in sdbm.c * make sure inline is defined 0.17.1 ====== * started code-cleanup * added a .pc file * added -no-split to makeinfo [FreeBSD patch] * added -enable-paranoia to configure [compile with CFLAGS+="-Wall -ansi"] * updated the spec file * replaced a static void by a void in main.c [Debian patch] * use correct shebang in rep-xgettext.jl [ALT-Linux patch] * trim trailing / to mkdir(2) [NetBSD patch] @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2005/12/11 23:12:11 joerg Exp $ d3 13 a15 16 --- src/sdbm.c.orig 2005-12-11 22:58:32.000000000 +0000 +++ src/sdbm.c @@@@ -37,13 +37,6 @@@@ static char rcsid[] = "$Id: sdbm.c,v 1.2 #endif /* - * externals - */ -#ifndef sun -extern int errno; -#endif - -/* * forward */ static int getdbit (SDBM *, long); @ 1.3 log @Fix errno. Add DragonFly. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.14, provided by Eric Gillespie, Jr., in pkg/14134. Changes: * New module `rep.util.md5', has two functions for generating MD5 message digests (of files or strings) * Changes to the `rep.io.sockets' function: In the `socket-server' function the HOST and/or PORT arguments may be false, meaning to listen on all addresses and to choose a random unused port. New functions `socket-peer-address' and `socket-peer-port', these always returns the details of the far end of the connetion. `socket-address' and `socket-port' have been changed to always return the details of the local connection point. * New function in `rep.system' module, `crypt'. A wrapper for the system's `crypt' function (if it has one) * New function in `rep.threads' mdoule, `make-suspended-thread' * New module `rep.net.rpc', provides a text-stream based RPC mechanism for Lisp programs. Similar in some ways to untyped CORBA. (This is still in the experimental stage - its interface may change in forthcoming releases) * New functions in `rep.data' module, `list->vector' and `vector->list' * New macro `define-special-form'. A combination of `defvar' and `setq' - it always makes the variable special and it always sets it to the given value * New module `rep.test.framework' implementing `assert', `check' and `test' macros. This provides a framework for implementing unit tests in Lisp modules (such that running the interpreter with the `--check' option will run all tests that have been set up to be autoloaded @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2000/11/11 05:26:54 mycroft Exp $ d3 4 a6 3 --- lisp/rep/io/file-handlers/tar.jl.orig Sun Sep 10 20:03:17 2000 +++ lisp/rep/io/file-handlers/tar.jl Sat Nov 11 05:24:36 2000 @@@@ -63,7 +63,7 @@@@ d8 11 a18 7 ;; Hairy regexp matching tar `--list --verbose' output (defvar tarfh-list-regexp (concat "([a-zA-Z-]+)\\s+(\\w+)/(\\w+)\\s+(\\d+)\\s+" - "([0-9-]+\\s+[0-9:]+)\\s+([^\n]+)")) + "([A-Za-z]+\\s+[0-9]+\\s+[0-9:]+\\s+[0-9]+)\\s+([^\n]+)")) ;; Map list file types to symbols (defvar tarfh-list-type-alist '((?- . file) (?d . directory) @ 1.1 log @Change tarfh-list-regexp to match our tar(1). @ text @d1 1 a1 1 $NetBSD$ @