ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk
r7344
File (rev) Last Change
 ../
tools/ 7330 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
src/ 7340 (8 years ago) by michael: - client_attach_svstag(): remove excessive 'const'
modules/ 7344 (8 years ago) by michael: - m_stats.c: remove stats_usage()
m4/ 7177 (8 years ago) by michael: - ax_arg_gnutls.m4: add simple 'checking' message
libltdl/ 7108 (8 years ago) by michael: - autoreconf
include/ 7340 (8 years ago) by michael: - client_attach_svstag(): remove excessive 'const'
help/ 7108 (8 years ago) by michael: - autoreconf
doc/ 7267 (8 years ago) by michael: - reference.conf: another whitespace cleanup
ylwrap 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
missing 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
ltmain.sh 5593 (9 years ago) by michael: - libtool 2.4.6
install-sh 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
depcomp 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
configure.ac 7165 (8 years ago) by michael: - configure.ac: remove check for wait.h
configure 7180 (8 years ago) by michael: - autoreconf
config.sub 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
config.h.in 7168 (8 years ago) by michael: - autoreconf
config.guess 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
compile 5395 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
aclocal.m4 7108 (8 years ago) by michael: - autoreconf
README 7332 (8 years ago) by michael: - README: add 'Raspbian Jessie' to tested platforms
NEWS 7206 (8 years ago) by michael: - Update NEWS file
Makefile.in 7108 (8 years ago) by michael: - autoreconf
Makefile.am 6473 (8 years ago) by michael: - Database files and links.txt are now stored in /var/lib instead of /etc
INSTALL 7006 (8 years ago) by michael: - Update copyright years
COPYING 4563 (9 years ago) by michael: - Update gpl2 license file
AUTHORS 7188 (8 years ago) by michael: - AUTHORS: replace occurences of Hybrid with ircd-hybrid
.travis.yml 4851 (9 years ago) by michael: - Update .travis.yml
8 directories and 20 files shown