The NetBSD Project

CVS log for pkgsrc/devel/libslang2/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / libslang2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 7 19:49:00 2011 UTC (5 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.4: +8 -8 lines
Diff to previous 1.4 (colored)

update to 2.2.4
changes: misc fixes and improvements - see the changes.txt file

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 9 12:21:48 2010 UTC (21 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

bl3 zlib, should fix PR pkg/43724 by Szabolcs Rumi
also fix libtoolization of module build (the modules didn't work before)
bump PKGREVISION

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 16 19:16:58 2009 UTC (2 years, 5 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.2: +9 -9 lines
Diff to previous 1.2 (colored)

Update libslang2 to 2.2.2. Add license.

Changelog:

Changes since 2.2.1
1. src/slsmg.c: Call SLutf8_enable if UTF8 mode has not been setup.
2. src/slutty.c:  Allow the hook that gets called when the read
   function gets interrupted to change the read file descriptor.
   Before, if this happened, the SLang_getkey function would return
   SLANG_GETKEY_ERROR.
3. lib/slsh/print.sl: Turn off buffering of the pager pipe.
4. modules/tm/*.tm: A couple of typos corrected (John Houck)
5. src/slmath.c: The round function was not correctly rounding values
   between 0.5 and 1.0.
6. src/slstdio.c,slclass.c: If a call to fwrite produces errno=EPIPE,
   then do not bother trying the write again.
7. modules/fork-module.c:  Use WIFCONTINUED only if it is defined.
8. slsh/Makefile.in: Change the order of the libraries such that the
   newly built ones will be found first.  (Markus Hennecke)
9. src/slagetput.inc: Avoid possible access violation when using a
   range array as an index.
10. doc/tm/rtl/lists.tm: Documented the optional argument to the
    list_to_array function (Manfred Hanke).

Changes since 2.2.0
1. modules/socket-module.c: glibc-2.8 removed the h_addr macro.
2. src/slclass.c: Call clearerr before performing the
   stdio_fread/fwrite functions.
3. src/slstdio.c: typeof in the fputs intrinsic fixed (n instead of dn
   was compared to 0).
4. src/slscanf.c: sscanf will treat NaN and Inf in a case-insensitive
   manner.  Also, the NaN([a-zA-Z0-9]*) form is also supported.
5. src/slang.h: SLclass_set_aelem_init_function was missing from the
   API.
6. src/slmath.c: The expm1 and log1p functions were returning NaN when
   given Inf arguments.
7. src/slmath,c: log1p(-1) produced nan instead of -inf.
8. configure: Added pkg-config support (based upon a debian patch sent
   to me by Luca Bigliardi).
9. doc/tm/rtl/math.tm: Updated the help for set_float_format and added
   documentation for the get_float_format function.
10. autoconf/slangpc.in: Added URL and Libs.private entries to the
    slang.pc pkg-config file.
11. src/slang.h: prototype for SLang_create_array1 missing from slang.h.
12. src/slcurses.c: Added debian patch that adds support for
    additional graphics characters (DIAMOND, DEGREE, etc...).
13. doc/tm/slang.tm: Added a small section about arrays of arrays.
14. src/slang.c: __builtin_expect is used for the stack functions if
    compiled with gcc.
15. src/*.c: A few public variables were not explicitly initialized
    to 0.  Apparantly not doing so causes them not be be exported from
    the windows DLL.

Complete changes at: ftp://space.mit.edu/pub/davis/slang/v2.2/changes.txt

Revision 1.1.1.1.4.1 / (download) - annotate - [select for diffs], Thu Dec 4 10:14:05 2008 UTC (3 years, 5 months ago) by tron
Branch: pkgsrc-2008Q3
Changes since 1.1.1.1: +2 -2 lines
Diff to previous 1.1.1.1 (colored) next main 1.2 (colored)

Pullup ticket #2604 - requested by is
libslang2: build fix for Solaris

Revisions pulled up:
- devel/libslang2/Makefile			1.2
- devel/libslang2/distinfo			1.2
- devel/libslang2/patches/patch-ae		1.2
---
Module Name:	pkgsrc
Committed By:	is
Date:		Wed Dec  3 11:10:34 UTC 2008

Modified Files:
	pkgsrc/devel/libslang2: Makefile distinfo
	pkgsrc/devel/libslang2/patches: patch-ae

Log Message:
Don't even try to install the .a for the loadable modules.
Patch mostly suggested by bjs@.
This fixes a build problem on Solaris.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 3 11:10:34 2008 UTC (3 years, 5 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Don't even try to install the .a for the loadable modules.
Patch mostly suggested by bjs@.
This fixes a build problem on Solaris.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 9 21:22:11 2008 UTC (3 years, 9 months ago) by bjs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q3-base, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import devel/libslang2 (version 2.1.3).  This is the current
version, and packages should switch to it as they are deemed compatible.
blurb:

S-Lang is a C programmer's library that includes routines for the rapid
development of sophisticated, user friendly, multi-platform applications.

The S-Lang library includes the following:

 -	Low level tty input routines for reading single characters at a
	time, as well as low-level terminal-independent routines for
	manipulating the display of a terminal.

 - 	Keymap routines for defining keys and manipulating multiple
	keymaps.

 -	High level screen management routines for manipulating both
 	monochrome and color terminals.  These routines are very efficient.

 -	Routines for reading single line input with line editing and recall
	capabilities.

 -	Searching functions: both ordinary searches and regular expression
	searches.

 -	An embedded stack-based language interpreter with a C-like syntax.

 -	A malloc debugging package

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 9 21:22:11 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>