1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

41 Commits

Author SHA1 Message Date
Andrey Borzenkov
8c978c4006 unposted: support build with GCC on ReliantUNIX 2001-03-07 11:40:48 +00:00
Andrey Borzenkov
fa6bab3083 13431: better check for shared libraries. 2001-02-13 14:35:07 +00:00
Andrey Borzenkov
9740af197e 13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)
to make it possible to override default library selected
2001-01-19 14:47:43 +00:00
Clint Adams
ebb9daa319 unposted: thinko in configure.in for determination of jobtable size 2000-12-23 07:26:11 +00:00
Clint Adams
5d7a9e949b 13227: terminfo module fixes 2000-12-05 00:28:40 +00:00
Peter Stephenson
cfe1038ff1 Fix --enable-function-subdirs for new config.modules system. 2000-12-04 19:21:05 +00:00
Peter Stephenson
a59b51006b Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
Peter Stephenson
1851f87325 Fix a few problems with config.modules stuff 2000-11-27 11:26:14 +00:00
Peter Stephenson
49a1ad7516 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
Bart Schaefer
0d96dc0879 Back out 12814. 2000-09-18 14:22:48 +00:00
Clint Adams
2742cb14ce 12814: zasprintf 2000-09-16 18:57:45 +00:00
Andrey Borzenkov
27be824ed0 unposted: Remove patch from 12686 that was accidentally commited 2000-09-06 15:50:16 +00:00
Peter Stephenson
6f94a972a9 12762: Akinori MUSHA: changes for new FreeBSD releases. 2000-09-06 15:15:30 +00:00
Andrey Borzenkov
f9b7929289 12736: fix `make install' dependency for Cygwin static build 2000-09-04 14:05:07 +00:00
Peter Stephenson
372e84dc5b 3.1.9-dev-6 2000-09-04 10:52:02 +00:00
Peter Stephenson
c0ab630768 pws/Andrej: 12594, 12661: Windows resources and icon 2000-08-16 13:23:37 +00:00
Bart Schaefer
c88d3a57cf Andrej, 12623: Fix dynamic linking for cygwin. 2000-08-15 05:13:40 +00:00
Bart Schaefer
ba14d4e1ee Andrej, 12620: Fix up mmap tests. 2000-08-14 16:46:18 +00:00
Bart Schaefer
465eeb39c5 12617: Use AC_FUNC_MMAP. 2000-08-14 15:46:53 +00:00
Bart Schaefer
f9cda7964f 12601: Tweak --enable-cflags et al. 2000-08-14 04:46:28 +00:00
Peter Stephenson
7102a4696c 12598: configure takes --enable-cflags=... etc. arguments 2000-08-11 18:27:04 +00:00
Clint Adams
cb89544d32 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. 2000-08-08 14:57:02 +00:00
Bart Schaefer
1ff8518b16 12547: Handle ENOENT and ENOTDIR in zpathmax(). 2000-08-05 05:59:53 +00:00
Clint Adams
45ffc3b6c8 12541: zrealpath wrapper around realpath() 2000-08-05 01:30:19 +00:00
Peter Stephenson
4f1aa826f5 Andrej: Dynamic loading on cygwin 2000-08-02 18:01:51 +00:00
Clint Adams
30e35ee2ed 12472: limited pathconf support 2000-08-02 13:54:17 +00:00
Peter Stephenson
4a5882eeb3 12411, 12419: Andrej: environment handling with fewer assumptions 2000-07-28 09:10:35 +00:00
Peter Stephenson
dbf48f330a Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000 2000-07-26 10:09:47 +00:00
Peter Stephenson
100f25b97f 12239: prefer curses to termcap on solaris 2000-07-20 16:17:57 +00:00
Bart Schaefer
14428d46e4 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where
getrlimit() is not found, replace it with nothing and append /dev/null to
the awk command in rlimits.mdd, so that we don't end up with a dependency of
rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade).
2000-07-07 17:12:17 +00:00
Peter Stephenson
7f5828f0fb 12149: guard against undefined h_errno in zftp 2000-07-04 08:44:03 +00:00
Peter Stephenson
ad9c7348b5 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable
11590: various cygwin fixes
2000-05-26 09:47:27 +00:00
Tanaka Akira
a65e197d2a 11276: fix build on OpenBSD. 2000-05-09 11:54:43 +00:00
Tanaka Akira
5acc5ad974 11075: install completion functions for AIX and BSD. 2000-05-02 14:22:39 +00:00
Peter Stephenson
e1a22eb2f9 Ollivier Robert: 10844: prefer curses to termcap on HPUX 11 2000-04-19 16:21:11 +00:00
Clint Adams
3dc24fba09 10768: configure.in: DLLDFLAGS for OpenBSD. 2000-04-15 14:10:30 +00:00
Clint Adams
5a4a436dde 10748: configure-switch for MAXJOB 2000-04-13 23:11:54 +00:00
Clint Adams
c281f5c3ba 10745: MAXJOB = MAX_TASKS_PER_USER from linux/tasks.h 2000-04-13 22:25:04 +00:00
Clint Adams
18870148c5 10564: typo in _wanted
10565: maximum function depth configure option
10566: patgetglobflags has a second argument now
2000-04-07 02:27:44 +00:00
Andrew Main
84e12c1caa zefram1: configure.in, Etc/zsh-development-guide: List of tools
required for development work, and a little more conspicuous
explanation of the config.status hack.
2000-04-06 16:44:02 +00:00
Tanaka Akira
c175751b50 Initial revision 1999-04-15 18:05:35 +00:00