aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/profile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26* lib-src/profile.c: Delete long-obsolete fileStefan Monnier1-97/+0
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-09-16Move current_timespec decl to timespec.hPaul Eggert1-2/+1
2018-09-10Adjust to TIMESPEC_HZ renamingPaul Eggert1-2/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-11-25Port build to gcc -fcheck-pointer-boundsPaul Eggert1-2/+2
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-09-20A simpler, centralized INLINE.Paul Eggert1-2/+2
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert1-7/+7
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+2
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert1-0/+2
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert1-8/+5
2012-06-30Adapt the MS-DOS build to the latest changes.Eli Zaretskii1-1/+1
2012-06-22Support higher-resolution time stamps.Paul Eggert1-20/+12
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-02-21Declare file-scope functions and variables static if not exported.Paul Eggert1-2/+2
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-07-02Convert function definitions to standard C.Dan Nicolaescu1-3/+3
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-05-09Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-9/+7
2008-01-07Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-16Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2004-05-08Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen1-3/+5
2004-04-16Sync to HEADKenichi Handa1-0/+3
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-1/+1
2001-12-30Remove unnecessary whitespaces.Pavel Janík1-3/+3
2001-10-08Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.Pavel Janík1-2/+2
1999-10-19Add support for large files. Merge glibc 2.1.2.Paul Eggert1-2/+2
1997-08-13(get_time): Cast arg to fprintf.Richard M. Stallman1-1/+1
1996-07-15Declare main as int, not void.Karl Heuer1-1/+1
1996-01-15Update FSF's address in the preamble.Erik Naggum1-12/+13
1995-07-30(gettimeofday): New function, defined if necessary.Richard M. Stallman1-0/+17