2012-01-26 |
David Levine | Removed unused local bp. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
David Levine | Undid most of 3ef341abe440ece07f8deed59fb026ab020e805... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
lyndon | Remove hardlink target before attempting new link. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
lyndon | uip/termsbr.c: remove references to PC and ospeed(). |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Ken Hornstein | Create a "cscope" target that creates the necessary... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
lyndon | cscope.files was missing mts/smtp/*. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
lyndon | Ignore cscope.out. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
lyndon | Add a default configuration file for cscope(1). |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Ken Hornstein | Make sigmsg.h NOT depend on the Makefile. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Ken Hornstein | Clean up DESTDIR usage. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Ken Hornstein | Add the rule to install inc setgid if requested. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Ken Hornstein | Fix some problems that the Automake migration caused. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Ken Hornstein | Convert from our use of aclocal.m4 to a subdirectory... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Ken Hornstein | Change the name of AC_CHECK_NETLIBS, since it's not... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Ken Hornstein | Update .gitignore with .DS_Store (seen occasionally... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Ken Hornstein | Convert from utmp functions to utmpx functions (which... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Levine | Removed HAVE_STRUCT_TM_TM_GMTOFF support because it... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Levine | Pass int instead of char to iscntrl() and isspace(... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Levine | Added EXEEXT support, for Cygwin. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
David Levine | Fixed build on Cygwin by adding configure check for... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Argument to alrmser is unused. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Cleaned up gcc warnings when CYRUS_SASL is not enabled. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Added -Wextra with gcc, if supported. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | configure.ac and aclocal.m4 instead of configure.in... |
commit | commitdiff | tree | snapshot |
2012-01-14 |
David Levine | Documented support of OURDEFS to pass compile flags... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ken Hornstein | Add some comments to the format compiler and engine. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ken Hornstein | Update README.developers with the correct version of... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
2012-01-13 |
David Levine | Added -Wunused-macros with gcc, if supported. Added... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
David Levine | Enabled support for tls switch. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
David Levine | Removed unsupported format and check switches, and... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
David Levine | Removed or protected some unused macros. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
David Levine | Removed unused global zones and local z form dtimezone (). |
commit | commitdiff | tree | snapshot |
2012-01-11 |
David Levine | Added #include <grp.h>. It's needed on Linux, should... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ken Hornstein | Ignore a.out.DSYM (this file sometims shows up when... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Ken Hornstein | Fix two errors in the conversion to m_mktemp2(): |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
David Levine | Removed a remaining RETSIGTYPE. Also change a few... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Clean up time handling; always assume we have tzset... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Garbage collect autoconf support for checking for the... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Finally able to get rid of acconfig.h! Since we're... |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Levine | Removed unused bcmp, bcopy, bcpy, and bzero #defines. |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Levine | gcc -Wempty-body warned that the check of the result... |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Levine | Removed traces of bboards and bbc from mh-profile and... |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Levine | Wrapped #include of config.h with #ifdef HAVE_CONFIG_H... |
commit | commitdiff | tree | snapshot |
2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
David Levine | Added Content-Description header with the filename... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
David Levine | Added note about fileproc and mhlproc mh-profile entries. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
David Levine | Added removal of autom4te.cache directory to mostlyclea... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
David Levine | Quoted argument to AC_LINK_IFELSE to silence authoheade... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Move definition of LINK to mh header file, and garbage... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Hardcode the defaults for Msg-Protect and Folder-Protec... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Huh, apparantly I got rid of any support for POPSERVICE... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Garbage collect all of the builtin ftp client support. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Garbage-collect MHRC (and make it the default). |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Garbage-collect SLOCAL_MBOX (and make it the default). |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Huh, turns out this define hasn't worked in forever... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Remove last vestiges of #ifdef BANG |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Remove DBMPWD, make it the default. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
David Levine | Added datarootdir definitions to silence warnings from... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
David Levine | Fixed trivial compile warnings. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Not sure why we're checking for st_blksize; it's requir... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Ken Hornstein | Switch the use of LOCKDIR in acconfig.h to --enable... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
David Levine | Merge branch 'master', remote-tracking branch 'origin' |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Ken Hornstein | Garbage collect all of the old UCI #ifdef'd code. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Ken Hornstein | Update this with mh-e changes. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatn... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatn... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Ken Hornstein | Bring in all of the mh-e support that is actually used... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, whatnow... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ken Hornstein | Whoops, for right now we do need those signal function... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ken Hornstein | Switch to standard autoconf macro for checking d_type... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Remove #ifdef around use of sigsetjmp(). |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Remove overrides for 'broken' stat macros. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Include <stdio.h> for snprintf() prototype. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Nuke directory processing conditionals; use dirent.h. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Add back missing include of <sys/wait.h> |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ken Hornstein | No longer check for the mkstemp() function in the mkste... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Make use of mkstemp() unconditional (vs. mktemp(). |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Remove compatibility functions that are always provided... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ken Hornstein | Get rid of checking for vfork(), since we no longer... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Replace <arpa/ftp.h> with "h/arpa_ftp.h". |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Lyndon Nerenberg | Import non-Posix <arpa/ftp.h> for uip/ftpsbr.c. |
commit | commitdiff | tree | snapshot |
next |