]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
4 weeks agoinstall python modules to purelib and platlib master
Ryan Carsten Schmidt [Fri, 26 Apr 2024 02:35:13 +0000 (02:35 +0000)] 
install python modules to purelib and platlib

Don't assume that python modules go into $(libdir)/$$ver/site-packages;
get the correct values by asking sysconfig for its platlib and purelib.
This requires python 2.7 or later or python 3.2 or later.

4 weeks agocreate install-py and install-tcl targets
Ryan Carsten Schmidt [Thu, 25 Apr 2024 06:18:48 +0000 (06:18 +0000)] 
create install-py and install-tcl targets

The install-py target can be used to install just the python modules and
the install-tcl target can be used to install just whiptcl.so. The
install-sh target can still be used to install both of those as well as
libnewt.so, newt.h, and libnewt.pc as before.

4 weeks agodon't silently ignore build/install errors
Ryan Carsten Schmidt [Thu, 25 Apr 2024 05:44:52 +0000 (05:44 +0000)] 
don't silently ignore build/install errors

4 weeks agotry python-config --ldflags --embed first
Ryan Carsten Schmidt [Thu, 25 Apr 2024 05:35:08 +0000 (05:35 +0000)] 
try python-config --ldflags --embed first

As of python 3.8, output of "python-config --ldflags" no longer includes
the "-lpython" flag without which the python module fails to link due to
undefined symbols. Use "python-config --ldflags --embed" to get it back
and fall back to "python-config --ldflags" for python 3.7 and older.

https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build

4 weeks agodon't use python-config --includes or --libs
Ryan Carsten Schmidt [Thu, 25 Apr 2024 04:09:43 +0000 (04:09 +0000)] 
don't use python-config --includes or --libs

Includes are unnecessary because they are part of CFLAGS. Similarly,
libs are unnecessary because they are part of LDFLAGS.

7 months ago0.52.24 r0-52-24
Miroslav Lichvar [Wed, 25 Oct 2023 10:21:25 +0000 (12:21 +0200)] 
0.52.24

7 months agoupdate CHANGES
Miroslav Lichvar [Wed, 25 Oct 2023 10:21:11 +0000 (12:21 +0200)] 
update CHANGES

7 months agoreplace deprecated function calls in snack
Miroslav Lichvar [Wed, 25 Oct 2023 09:51:18 +0000 (11:51 +0200)] 
replace deprecated function calls in snack

7 months agofix -Wswitch warning
Miroslav Lichvar [Wed, 25 Oct 2023 10:19:59 +0000 (12:19 +0200)] 
fix -Wswitch warning

7 months agoremove unused variables
Miroslav Lichvar [Wed, 25 Oct 2023 08:45:30 +0000 (10:45 +0200)] 
remove unused variables

18 months ago0.52.23 r0-52-23
Miroslav Lichvar [Tue, 29 Nov 2022 11:04:29 +0000 (12:04 +0100)] 
0.52.23

18 months agoupdate CHANGES
Miroslav Lichvar [Tue, 29 Nov 2022 11:04:11 +0000 (12:04 +0100)] 
update CHANGES

18 months agofix automatic size of whiptail --yesno box
Miroslav Lichvar [Mon, 28 Nov 2022 15:04:40 +0000 (16:04 +0100)] 
fix automatic size of whiptail --yesno box

18 months agofix automatic width with --noitem and --notags options
Miroslav Lichvar [Thu, 24 Nov 2022 16:13:11 +0000 (17:13 +0100)] 
fix automatic width with --noitem and --notags options

18 months agofix automatic width in whiptail with unicode characters
Miroslav Lichvar [Thu, 24 Nov 2022 15:43:00 +0000 (16:43 +0100)] 
fix automatic width in whiptail with unicode characters

18 months agofix spacing with longer tags in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 15:27:01 +0000 (16:27 +0100)] 
fix spacing with longer tags in whiptail

If the maximum tag length is longer than maximum item length, there was
no space between tag and item columns.

18 months agoavoid overlapping backtitle in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 15:01:51 +0000 (16:01 +0100)] 
avoid overlapping backtitle in whiptail

If using automatic height or width, decrease the height by one if the
backtitle would overlap the window.

18 months agomention automatic height/width in whiptail man page
Miroslav Lichvar [Thu, 24 Nov 2022 14:14:24 +0000 (15:14 +0100)] 
mention automatic height/width in whiptail man page

18 months agocheck for zero menu/list height in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 13:50:04 +0000 (14:50 +0100)] 
check for zero menu/list height in whiptail

When the specified window height and width are larger than zero, but the
menu/list height is zero, calculate all three values to fit the
specified entries.

18 months agorestore automatic menu/list-height in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 13:36:39 +0000 (14:36 +0100)] 
restore automatic menu/list-height in whiptail

Commit 3f5d1d27f09b ("don't modify popt args in whiptail") removed
replacement of the menu/list-height popt argument, which caused the
height to not be automatically calculated together with the window
height and width, when they are specified as zero.

Rework the code to provide the menu/list-height as an additional
integer argument to listBox and checkList instead of replacing the popt
argument.

18 months ago0.52.22 r0-52-22
Miroslav Lichvar [Mon, 21 Nov 2022 13:34:58 +0000 (14:34 +0100)] 
0.52.22

18 months agoupdate CHANGES
Miroslav Lichvar [Mon, 21 Nov 2022 11:55:21 +0000 (12:55 +0100)] 
update CHANGES

18 months agoupdate AUTHORS
Miroslav Lichvar [Mon, 21 Nov 2022 11:55:10 +0000 (12:55 +0100)] 
update AUTHORS

18 months agodon't modify popt args in whiptail
Miroslav Lichvar [Mon, 21 Nov 2022 11:21:05 +0000 (12:21 +0100)] 
don't modify popt args in whiptail

Remove code that replaces the first popt argument with a string
containing a part of the menu height (for some debugging purposes?).

This fixes a crash with libpopt-1.19.

18 months agocleanup command substitution in configure.ac
Thomas Kuehne [Sun, 12 Dec 2021 09:31:44 +0000 (09:31 +0000)] 
cleanup command substitution in configure.ac

replace backquoted command substitution `cmd` with clean $(cmd)

Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
18 months agoswap order of LDFLAGS and P*FLAGS
Sam James [Wed, 14 Jul 2021 04:12:32 +0000 (05:12 +0100)] 
swap order of LDFLAGS and P*FLAGS

Needed to respect as-needed.

Bug: https://bugs.gentoo.org/798945

2 years agocleanup configure.ac
Thomas Kuehne [Sun, 12 Dec 2021 08:48:22 +0000 (08:48 +0000)] 
cleanup configure.ac

Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
2 years agolibnewt.pc: add data for static linking
Alexey Sheplyakov [Mon, 16 Aug 2021 07:01:57 +0000 (07:01 +0000)] 
libnewt.pc: add data for static linking

With this patch I can statically link a binary with libnewt without listing
the required libraries manually:

gcc -o test_static test.c `pkg-config --libs --cflags --static libnewt`

Without this patch static linking fails due to multiple undefined
references:

/usr/bin/ld: /tmp/test.AcRBJp.ltrans0.ltrans.o: in function `buttonDrawIt':
<artificial>:(.text+0x2f0): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x307): undefined reference to `SLtt_Use_Ansi_Colors'
/usr/bin/ld: <artificial>:(.text+0x31b): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x338): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x341): undefined reference to `SLsmg_write_string'
/usr/bin/ld: <artificial>:(.text+0x34b): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3ae): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x3cd): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3d5): undefined reference to `SLsmg_write_string'
/usr/bin/ld: <artificial>:(.text+0x3df): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3f9): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x422): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x45d): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x476): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x486): undefined reference to `SLsmg_set_color'
/usr/bin/ld: /tmp/test.AcRBJp.ltrans0.ltrans.o:<artificial>:(.text+0x4d6): more undefined references to `SLsmg_set_color' follow
[287 lines skipped]
collect2: error: ld returned 1 exit status

Closes: #17
4 years agoinstall header and pkg-config file with the shared library
Michael Olbrich [Sun, 31 May 2020 09:27:12 +0000 (09:27 +0000)] 
install header and pkg-config file with the shared library

This way the shared library can be installed without building whiptail.
This avoids a dependency on libpopt.

4 years agodrop ident strings
Miroslav Lichvar [Tue, 8 Oct 2019 07:55:37 +0000 (09:55 +0200)] 
drop ident strings

4 years agoswitch to nanosleep
Rosen Penev [Mon, 7 Oct 2019 23:11:23 +0000 (23:11 +0000)] 
switch to nanosleep

usleep was removed in POSIX 2008 and is optionally unavailable with
uClibc-ng.

[ ML: include <time.h> and improve indentation. ]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofix warnings about never-read values
Miroslav Lichvar [Tue, 1 Oct 2019 17:02:58 +0000 (19:02 +0200)] 
fix warnings about never-read values

4 years agofix dead code in buttonbar
Miroslav Lichvar [Tue, 1 Oct 2019 16:49:18 +0000 (18:49 +0200)] 
fix dead code in buttonbar

4 years agodon't ignore CFLAGS when building snack
Miroslav Lichvar [Tue, 1 Oct 2019 14:37:55 +0000 (16:37 +0200)] 
don't ignore CFLAGS when building snack

In addition to the flags returned by python-config --cflags, use the
user-specified CFLAGS when building the snack object.

5 years ago0.52.21 r0-52-21
Miroslav Lichvar [Mon, 27 May 2019 12:57:40 +0000 (14:57 +0200)] 
0.52.21

5 years agoupdate CHANGES
Miroslav Lichvar [Mon, 27 May 2019 12:51:05 +0000 (14:51 +0200)] 
update CHANGES

5 years agofix radio button selection check in snack
Miroslav Lichvar [Mon, 27 May 2019 11:34:54 +0000 (13:34 +0200)] 
fix radio button selection check in snack

https://pagure.io/newt/issue/1

5 years agoremove obsolete Makefile target
Miroslav Lichvar [Wed, 22 May 2019 12:27:23 +0000 (14:27 +0200)] 
remove obsolete Makefile target

5 years agofix parallel build
Émeric Dupont [Wed, 20 Mar 2019 11:40:56 +0000 (12:40 +0100)] 
fix parallel build

5 years agodefine env NEWT_NOFLOWCTRL to disable flow control
Robert Gill [Sun, 22 Jul 2018 04:09:40 +0000 (04:09 +0000)] 
define env NEWT_NOFLOWCTRL to disable flow control

Define the environment variable NEWT_NOFLOWCTRL to disable software flow
control similarly to how the command 'stty -ixon' disables flow control
when using ncurses.

5 years agodon't leak memory on errors in dialogboxes
Miroslav Lichvar [Wed, 11 Jul 2018 14:51:10 +0000 (16:51 +0200)] 
don't leak memory on errors in dialogboxes

6 years agodon't call automake in autogen.sh
Miroslav Lichvar [Wed, 16 May 2018 15:16:45 +0000 (17:16 +0200)] 
don't call automake in autogen.sh

https://pagure.io/newt/issue/4

6 years agoallow python versions to be specified with --with-python option
Miroslav Lichvar [Wed, 16 May 2018 14:53:20 +0000 (16:53 +0200)] 
allow python versions to be specified with --with-python option

https://pagure.io/newt/issue/3

6 years agofix plural forms in Lithuanian translation (#1568999)
Miroslav Lichvar [Wed, 18 Apr 2018 13:44:51 +0000 (15:44 +0200)] 
fix plural forms in Lithuanian translation (#1568999)

7 years ago0.52.20 r0-52-20
Miroslav Lichvar [Fri, 17 Mar 2017 10:36:31 +0000 (11:36 +0100)] 
0.52.20

7 years agoupdate CHANGES
Miroslav Lichvar [Fri, 17 Mar 2017 10:23:21 +0000 (11:23 +0100)] 
update CHANGES

7 years agosupport screen resize as hotkey in form (#1432926)
Miroslav Lichvar [Thu, 16 Mar 2017 12:31:59 +0000 (13:31 +0100)] 
support screen resize as hotkey in form (#1432926)

7 years agoupdate README
Miroslav Lichvar [Tue, 13 Sep 2016 09:31:38 +0000 (11:31 +0200)] 
update README

7 years agoimprove handling of long strings in whiptail menu (#1353792)
Miroslav Lichvar [Wed, 3 Aug 2016 14:29:44 +0000 (16:29 +0200)] 
improve handling of long strings in whiptail menu (#1353792)

8 years ago0.52.19 r0-52-19
Miroslav Lichvar [Wed, 23 Mar 2016 15:16:15 +0000 (16:16 +0100)] 
0.52.19

8 years agoupdate CHANGES
Miroslav Lichvar [Wed, 23 Mar 2016 14:27:06 +0000 (15:27 +0100)] 
update CHANGES

8 years agoremove distclean target from po/Makefile
Miroslav Lichvar [Wed, 23 Mar 2016 15:46:05 +0000 (16:46 +0100)] 
remove distclean target from po/Makefile

8 years agoupdate translations from Zanata
Miroslav Lichvar [Wed, 23 Mar 2016 15:10:52 +0000 (16:10 +0100)] 
update translations from Zanata

8 years agoupdate newt.pot
Miroslav Lichvar [Wed, 23 Mar 2016 15:00:13 +0000 (16:00 +0100)] 
update newt.pot

8 years agomigrate from Transifex to Zanata for translations
Miroslav Lichvar [Wed, 23 Mar 2016 14:50:26 +0000 (15:50 +0100)] 
migrate from Transifex to Zanata for translations

8 years agosupport --notags in whiptail checklist and radiolist (#1319794)
Miroslav Lichvar [Wed, 23 Mar 2016 11:05:52 +0000 (12:05 +0100)] 
support --notags in whiptail checklist and radiolist (#1319794)

The whiptail man page says the option is supported in the menu,
checklist and radiolist widgets, but it actually worked only in menu.

9 years agoremove bogus -I/usr/include/slang from CPPFLAGS
Alex Suykov [Sat, 10 Jan 2015 10:57:39 +0000 (11:57 +0100)] 
remove bogus -I/usr/include/slang from CPPFLAGS

Hardcoding -I/usr/include/slang in CPPFLAGS is bogus for
cross-compilation. With recent versions of slang, the headers are
installed in ${sysroot}/usr/include directly, so there is no need for
an additional flag. And if one was needed, it should be added by the
configure script, after detecting the right header location.

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agouse $(CC) instead of $(CPP) to generate .depend files
Samuel Martin [Sat, 10 Jan 2015 10:57:38 +0000 (11:57 +0100)] 
use $(CC) instead of $(CPP) to generate .depend files

Use $(CC) instead of $(CPP) to generate .depend file because '$(CPP)
-M' call does not support multiple input files.  This avoid the
following error:

make[1]: Entering directory `/opt/br/output/build/newt-0.51.0'
/opt/br/output/host/usr/bin/arm-none-linux-gnueabi-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -M newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
arm-none-linux-gnueabi-cpp: too many input files
make[1]: *** [depend] Error 1

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years ago0.52.18 r0-52-18
Miroslav Lichvar [Thu, 23 Oct 2014 08:31:54 +0000 (10:31 +0200)] 
0.52.18

9 years agoupdate CHANGES
Miroslav Lichvar [Thu, 23 Oct 2014 08:30:18 +0000 (10:30 +0200)] 
update CHANGES

9 years agodon't print Makefile command with old configure
Miroslav Lichvar [Thu, 23 Oct 2014 08:33:10 +0000 (10:33 +0200)] 
don't print Makefile command with old configure

9 years agofix preprocessor warnings in snack
Miroslav Lichvar [Thu, 23 Oct 2014 07:34:15 +0000 (09:34 +0200)] 
fix preprocessor warnings in snack

9 years agofix widget key collision in snack on 64-bit archs (#1151455)
Miroslav Lichvar [Thu, 23 Oct 2014 07:23:30 +0000 (09:23 +0200)] 
fix widget key collision in snack on 64-bit archs (#1151455)

9 years agooptimize textbox reflowing
Miroslav Lichvar [Thu, 16 Oct 2014 11:42:11 +0000 (13:42 +0200)] 
optimize textbox reflowing

9 years agohandle NEWT_EXIT_ERROR in snack
Miroslav Lichvar [Wed, 15 Oct 2014 15:52:41 +0000 (17:52 +0200)] 
handle NEWT_EXIT_ERROR in snack

10 years agoRemove newtListitem declarations (#1074092)
Miroslav Lichvar [Tue, 11 Mar 2014 10:32:52 +0000 (11:32 +0100)] 
Remove newtListitem declarations (#1074092)

10 years ago0.52.17 r0-52-17
Miroslav Lichvar [Wed, 19 Feb 2014 16:03:29 +0000 (17:03 +0100)] 
0.52.17

10 years agoadd rule for uploading archive
Miroslav Lichvar [Wed, 19 Feb 2014 16:56:37 +0000 (17:56 +0100)] 
add rule for uploading archive

10 years agoset owner/group in released tar
Miroslav Lichvar [Wed, 19 Feb 2014 16:47:43 +0000 (17:47 +0100)] 
set owner/group in released tar

10 years agodrop newt.spec
Miroslav Lichvar [Wed, 19 Feb 2014 16:03:02 +0000 (17:03 +0100)] 
drop newt.spec

10 years agoupdate CHANGES
Miroslav Lichvar [Fri, 14 Feb 2014 17:01:45 +0000 (18:01 +0100)] 
update CHANGES

10 years agoadd README
Miroslav Lichvar [Fri, 14 Feb 2014 16:52:24 +0000 (17:52 +0100)] 
add README

10 years agoadd AUTHORS
Miroslav Lichvar [Fri, 14 Feb 2014 16:49:13 +0000 (17:49 +0100)] 
add AUTHORS

10 years agoset package version in configure.ac
Miroslav Lichvar [Fri, 14 Feb 2014 14:47:34 +0000 (15:47 +0100)] 
set package version in configure.ac

10 years agoRestore cursor position after changing help line
Dan Winship [Tue, 28 Jan 2014 13:43:54 +0000 (08:43 -0500)] 
Restore cursor position after changing help line

10 years agoimplement newtComponentAddCallback() for forms as a focus-change callback
Dan Winship [Wed, 30 Oct 2013 17:11:40 +0000 (13:11 -0400)] 
implement newtComponentAddCallback() for forms as a focus-change callback

10 years agoadd newtEntryGet/SetCursorPosition
Dan Winship [Wed, 30 Oct 2013 15:08:06 +0000 (11:08 -0400)] 
add newtEntryGet/SetCursorPosition

10 years agoadd newtFormGet/SetScrollPosition
Dan Winship [Wed, 30 Oct 2013 14:47:32 +0000 (10:47 -0400)] 
add newtFormGet/SetScrollPosition

10 years agoupdate CHANGES from spec changelog
Miroslav Lichvar [Thu, 17 Oct 2013 16:53:04 +0000 (18:53 +0200)] 
update CHANGES from spec changelog

10 years agobuild python3 subpackage (#963839)
Miro Hrončok [Thu, 17 Oct 2013 14:24:17 +0000 (16:24 +0200)] 
build python3 subpackage (#963839)

10 years agorename snackmodule to snack (#963839)
Miroslav Lichvar [Thu, 17 Oct 2013 14:13:27 +0000 (16:13 +0200)] 
rename snackmodule to snack (#963839)

10 years agoadd python3 support (#963839)
Matthias Klose [Thu, 17 Oct 2013 13:19:58 +0000 (15:19 +0200)] 
add python3 support (#963839)

10 years ago0.52.16 r0-52-16
Miroslav Lichvar [Tue, 6 Aug 2013 15:40:27 +0000 (17:40 +0200)] 
0.52.16

10 years agodon't ship .gitignore
Miroslav Lichvar [Tue, 6 Aug 2013 15:46:27 +0000 (17:46 +0200)] 
don't ship .gitignore

10 years agofix weekdays in spec changelog
Miroslav Lichvar [Tue, 6 Aug 2013 15:01:54 +0000 (17:01 +0200)] 
fix weekdays in spec changelog

10 years agoupdate transifex config
Miroslav Lichvar [Tue, 6 Aug 2013 14:53:42 +0000 (16:53 +0200)] 
update transifex config

10 years agofix memory leaks in whiptail
Miroslav Lichvar [Tue, 6 Aug 2013 14:40:34 +0000 (16:40 +0200)] 
fix memory leaks in whiptail

10 years agofree gpm socket name and unlink gpm socket on form exit
Miroslav Lichvar [Tue, 6 Aug 2013 14:30:59 +0000 (16:30 +0200)] 
free gpm socket name and unlink gpm socket on form exit

10 years agomodify Makefile to use SOEXT (#971168)
Miroslav Lichvar [Wed, 31 Jul 2013 11:44:59 +0000 (13:44 +0200)] 
modify Makefile to use SOEXT (#971168)

10 years agoupdate linker script
Miroslav Lichvar [Wed, 31 Jul 2013 11:00:49 +0000 (13:00 +0200)] 
update linker script

10 years agoadd newtComponentGetSize and newtComponentGetPosition (#987596)
Dan Winship [Tue, 23 Jul 2013 18:19:04 +0000 (14:19 -0400)] 
add newtComponentGetSize and newtComponentGetPosition (#987596)

11 years agoadd missing whiptail options to help and man page
Miroslav Lichvar [Fri, 5 Apr 2013 13:58:53 +0000 (15:58 +0200)] 
add missing whiptail options to help and man page

11 years ago0.52.15 r0-52-15
Miroslav Lichvar [Mon, 25 Mar 2013 13:40:56 +0000 (14:40 +0100)] 
0.52.15

11 years agoremove unused variables in test code
Miroslav Lichvar [Mon, 25 Mar 2013 14:03:26 +0000 (15:03 +0100)] 
remove unused variables in test code

11 years agoallow newtWinMenu and newtWinEntries with no buttons or items
Miroslav Lichvar [Mon, 25 Mar 2013 12:38:48 +0000 (13:38 +0100)] 
allow newtWinMenu and newtWinEntries with no buttons or items

11 years agofix errors found by gcc-with-cpychecker (#800075)
Miroslav Lichvar [Thu, 21 Mar 2013 18:28:05 +0000 (19:28 +0100)] 
fix errors found by gcc-with-cpychecker (#800075)

11 years agodon't draw scale when not mapped
Miroslav Lichvar [Wed, 20 Mar 2013 16:37:07 +0000 (17:37 +0100)] 
don't draw scale when not mapped

11 years agodon't check top when drawing
Miroslav Lichvar [Wed, 20 Mar 2013 16:36:31 +0000 (17:36 +0100)] 
don't check top when drawing

11 years agobuild with large-file support for stat64
Miroslav Lichvar [Wed, 20 Mar 2013 16:10:39 +0000 (17:10 +0100)] 
build with large-file support for stat64

11 years agofix building with tcl8.6 (#902561)
Miroslav Lichvar [Wed, 20 Mar 2013 15:41:56 +0000 (16:41 +0100)] 
fix building with tcl8.6 (#902561)