Lines Matching +full:2000 +full:s
73 says it's just an unsigned number, not a service name.
253 - Add '-s srcaddr'.
346 and there's more than one struct addrinfo in the
406 - Sync to NetBSD's vis.c 1.33:
412 * libnetbsd/strvis.c: Sync to NetBSD's vis.c 1.30:
423 * Extend xpoll()'s HAVE_SELECT implementation to support POLLRDNORM,
449 - Use Todd C. Miller's latest copyright notice (more loose).
480 * Only use poll() to implement xpoll() if it's available,
481 otherwise attempt to use select() if that's available,
509 (defaults to 60s for accept(2), and the system default for
557 cannot be omitted, we will always get this definition and tnftp's
578 the remote server's response when retrieving the list of
604 - Always decode %xx in a url's user & pass components.
630 on the socket until it's writable or it fails with something
683 - Don't coredump when printing '%n' in the prompt if there's
742 * convert to christos' replacement fgetln(), as it's better than mine
752 * always compile in local glob; it's the best way to ensure that
755 * update libukem/glob.c from NetBSD's __glob13.c rev 1.22 and rev 1.23
760 libedit that can be easily compiled on other OS's.
784 don't let it use va_end (since it's the callers
808 - invoke cmdtab.c_handler()s with argv[0] == c_name instead
893 Mon Nov 27 23:23:40 EST 2000 lukem
911 Tue Nov 7 00:16:23 EST 2000 lukem
913 * libukem/snprintf.c had a non-functional `%s' due to a
917 Wed Oct 11 14:06:19 EST 2000 lukem
921 Tue Oct 3 10:22:36 EST 2000 lukem
933 Mon Sep 25 21:52:12 EST 2000 lukem
937 Sun Sep 24 13:31:19 EST 2000 lukem
957 Sat Sep 23 15:43:34 EST 2000 lukem
966 Thu Sep 21 11:26:35 EST 2000 lukem
971 * define INADDRSZ if it's not found (e.g, HP/UX doesn't seem to have
974 Wed Sep 20 09:23:59 EST 2000 lukem
978 Mon Sep 18 18:19:54 EST 2000 lukem
997 Fri Sep 15 01:09:10 EST 2000 lukem
1031 * make xxgdb and a gdb linked with libedit's readline emulation
1036 sane state and totally confusing xxgdb's parser).
1044 Tue Aug 29 18:00:08 EST 2000 lukem
1048 Mon Aug 28 22:45:08 EST 2000 lukem
1054 Wed Aug 9 02:12:51 EST 2000 lukem
1058 * only test 'case NETDB_INTERNAL:' if it's defined
1063 the DELETE define in some system's implementations causes name
1066 Mon Aug 7 08:17:37 EST 2000 lukem
1073 as it's too hard to separate a failed host name lookup from
1079 Wed Aug 2 23:43:50 EST 2000 lukem
1123 Mon Jul 31 10:59:10 EST 2000 lukem
1131 Sun Jul 30 16:55:09 EST 2000 lukem
1151 Fri Jul 28 22:11:17 EST 2000 lukem
1158 Wed Jul 26 18:59:19 EST 2000 lukem
1173 when it's then tagged as `known not to work'.
1186 - errx?/warnx? audit. do not pass variable alone, use %s.
1197 Mon Jul 10 00:28:51 EST 2000 lukem
1201 Thu Jun 15 23:28:49 EST 2000 lukem
1216 Mon Jun 12 01:16:12 EST 2000 lukem
1225 Sun Jun 11 12:19:52 EST 2000 lukem
1236 Mon Jun 5 21:10:31 EST 2000 lukem
1240 Mon Jun 5 19:53:49 EST 2000 lukem
1257 Sun Jun 4 18:00:07 EST 2000 lukem
1275 - s/strtoq/strtoll/ (the latter is standardised)
1298 INET6 are defined... (allows --disable-ipv6 in lukemftp's
1311 - only use IPTOS_ setsockopt()s if they're defined (e.g, SunOS
1319 Wed May 31 19:24:53 EST 2000 lukem
1327 Thu Feb 3 20:19:40 EST 2000 lukem
1331 Tue Feb 1 09:47:51 EST 2000 lukem
1347 Wed Jan 26 22:54:38 EST 2000 lukem
1355 (even though NetBSD's strptime() copes).
1357 Tue Jan 25 19:09:37 EST 2000 lukem
1369 - work around lame ftpd's that don't return a correct post-Y2K
1371 aforementioned lame ftpd's did something like
1390 compile in a replacement copy if it's not the case
1403 freed earlier in itojun's last commit. fixes [bin/8948].
1547 - add getoptionvalue() to retrieve an option's value, and replace a few
1553 XXX: there's still a couple to fix
1633 considered brutal, it's also extremely handy if you're
1634 impatient or there's lossage at the remote end.
1649 editline's handler
1671 - improve getreply()'s timeout code to take advantage of the
1679 it's just a no-op in the latter case, which is more consistent to
1754 * add %lld and %qd support to snprintf() for displaying long long's