diff options
| author | Po Lu | 2024-01-02 10:30:05 +0800 |
|---|---|---|
| committer | Po Lu | 2024-01-02 10:30:05 +0800 |
| commit | 070cb32463a8c606bf4384574a6c7ea60167e87d (patch) | |
| tree | 61f3406414a9604d8ecc3ca5b6f622318444b48d /lib | |
| parent | ecf08f0621c25ad1dfadd96399e204c389ab1695 (diff) | |
| download | emacs-070cb32463a8c606bf4384574a6c7ea60167e87d.tar.gz emacs-070cb32463a8c606bf4384574a6c7ea60167e87d.zip | |
; Add 2024 to copyright years
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/boot-time-aux.h | 2 | ||||
| -rw-r--r-- | lib/boot-time.c | 2 | ||||
| -rw-r--r-- | lib/boot-time.h | 2 | ||||
| -rw-r--r-- | lib/careadlinkat.c | 4 | ||||
| -rw-r--r-- | lib/diffseq.h | 4 | ||||
| -rw-r--r-- | lib/dirent-private.h | 2 | ||||
| -rw-r--r-- | lib/filemode.h | 4 | ||||
| -rw-r--r-- | lib/fpending.c | 4 | ||||
| -rw-r--r-- | lib/fpending.h | 4 | ||||
| -rw-r--r-- | lib/fsusage.c | 4 | ||||
| -rw-r--r-- | lib/getdelim.c | 2 | ||||
| -rw-r--r-- | lib/getline.c | 2 | ||||
| -rw-r--r-- | lib/getloadavg.c | 4 | ||||
| -rw-r--r-- | lib/gettext.h | 4 | ||||
| -rw-r--r-- | lib/group-member.c | 4 | ||||
| -rw-r--r-- | lib/md5-stream.c | 4 | ||||
| -rw-r--r-- | lib/md5.c | 4 | ||||
| -rw-r--r-- | lib/md5.h | 4 | ||||
| -rw-r--r-- | lib/memmem.c | 4 | ||||
| -rw-r--r-- | lib/memrchr.c | 4 | ||||
| -rw-r--r-- | lib/memset_explicit.c | 2 | ||||
| -rw-r--r-- | lib/readutmp.h | 2 | ||||
| -rw-r--r-- | lib/save-cwd.h | 4 | ||||
| -rw-r--r-- | lib/strtoimax.c | 4 | ||||
| -rw-r--r-- | lib/strtol.c | 4 | ||||
| -rw-r--r-- | lib/strtoll.c | 4 |
26 files changed, 44 insertions, 44 deletions
diff --git a/lib/boot-time-aux.h b/lib/boot-time-aux.h index e59a0fd03c7..a7babf6dc64 100644 --- a/lib/boot-time-aux.h +++ b/lib/boot-time-aux.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Auxiliary functions for determining the time when the machine last booted. | 1 | /* Auxiliary functions for determining the time when the machine last booted. |
| 2 | Copyright (C) 2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2023-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published | 5 | it under the terms of the GNU General Public License as published |
diff --git a/lib/boot-time.c b/lib/boot-time.c index fe5b5b88c8e..f560914962b 100644 --- a/lib/boot-time.c +++ b/lib/boot-time.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Determine the time when the machine last booted. | 1 | /* Determine the time when the machine last booted. |
| 2 | Copyright (C) 2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2023-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published | 5 | it under the terms of the GNU General Public License as published |
diff --git a/lib/boot-time.h b/lib/boot-time.h index 401e854adbb..99684323ec6 100644 --- a/lib/boot-time.h +++ b/lib/boot-time.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Determine the time when the machine last booted. | 1 | /* Determine the time when the machine last booted. |
| 2 | Copyright (C) 2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2023-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published | 5 | it under the terms of the GNU General Public License as published |
diff --git a/lib/careadlinkat.c b/lib/careadlinkat.c index 49c92dcc196..9d77aa7067a 100644 --- a/lib/careadlinkat.c +++ b/lib/careadlinkat.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Read symbolic links into a buffer without size limitation, relative to fd. | 1 | /* Read symbolic links into a buffer without size limitation, relative to fd. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2003-2004, 2007, 2009-2023 Free Software Foundation, | 3 | Copyright (C) 2001, 2003-2004, 2007, 2009-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/diffseq.h b/lib/diffseq.h index 3f85ab2ec41..7f8fa0bc6d3 100644 --- a/lib/diffseq.h +++ b/lib/diffseq.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Analyze differences between two vectors. | 1 | /* Analyze differences between two vectors. |
| 2 | 2 | ||
| 3 | Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2023 Free Software | 3 | Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/dirent-private.h b/lib/dirent-private.h index 012b6837198..335fbc351a5 100644 --- a/lib/dirent-private.h +++ b/lib/dirent-private.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Private details of the DIR type. | 1 | /* Private details of the DIR type. |
| 2 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/filemode.h b/lib/filemode.h index 3e1d9903eac..bb601c11d3f 100644 --- a/lib/filemode.h +++ b/lib/filemode.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Make a string describing file modes. | 1 | /* Make a string describing file modes. |
| 2 | 2 | ||
| 3 | Copyright (C) 1998-1999, 2003, 2006, 2009-2023 Free Software Foundation, | 3 | Copyright (C) 1998-1999, 2003, 2006, 2009-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fpending.c b/lib/fpending.c index e57155e586e..8d90bdee51b 100644 --- a/lib/fpending.c +++ b/lib/fpending.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* fpending.c -- return the number of pending output bytes on a stream | 1 | /* fpending.c -- return the number of pending output bytes on a stream |
| 2 | Copyright (C) 2000, 2004, 2006-2007, 2009-2023 Free Software Foundation, | 2 | Copyright (C) 2000, 2004, 2006-2007, 2009-2024 Free Software |
| 3 | Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fpending.h b/lib/fpending.h index 1604ca0b7af..15122915254 100644 --- a/lib/fpending.h +++ b/lib/fpending.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Declare __fpending. | 1 | /* Declare __fpending. |
| 2 | 2 | ||
| 3 | Copyright (C) 2000, 2003, 2005-2006, 2009-2023 Free Software Foundation, | 3 | Copyright (C) 2000, 2003, 2005-2006, 2009-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fsusage.c b/lib/fsusage.c index f6f4b1c35fd..d99a02f01f3 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* fsusage.c -- return space usage of mounted file systems | 1 | /* fsusage.c -- return space usage of mounted file systems |
| 2 | 2 | ||
| 3 | Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2023 Free Software | 3 | Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/getdelim.c b/lib/getdelim.c index e414df648f6..58063b156e7 100644 --- a/lib/getdelim.c +++ b/lib/getdelim.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getdelim.c --- Implementation of replacement getdelim function. | 1 | /* getdelim.c --- Implementation of replacement getdelim function. |
| 2 | Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2023 Free Software | 2 | Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2024 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/getline.c b/lib/getline.c index 85f16ab8bac..2d03b64689e 100644 --- a/lib/getline.c +++ b/lib/getline.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getline.c --- Implementation of replacement getline function. | 1 | /* getline.c --- Implementation of replacement getline function. |
| 2 | Copyright (C) 2005-2007, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2005-2007, 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/getloadavg.c b/lib/getloadavg.c index 59b53e79980..7f0a236c870 100644 --- a/lib/getloadavg.c +++ b/lib/getloadavg.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Get the system load averages. | 1 | /* Get the system load averages. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2023 Free Software | 3 | Copyright (C) 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | NOTE: The canonical source of this file is maintained with gnulib. | 6 | NOTE: The canonical source of this file is maintained with gnulib. |
| 7 | Bugs can be reported to bug-gnulib@gnu.org. | 7 | Bugs can be reported to bug-gnulib@gnu.org. |
diff --git a/lib/gettext.h b/lib/gettext.h index d0462c47e17..970032306e5 100644 --- a/lib/gettext.h +++ b/lib/gettext.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convenience header for conditional use of GNU <libintl.h>. | 1 | /* Convenience header for conditional use of GNU <libintl.h>. |
| 2 | Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2023 Free Software | 2 | Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2024 Free |
| 3 | Foundation, Inc. | 3 | Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/group-member.c b/lib/group-member.c index 96a09f94a8f..300d58bdbaa 100644 --- a/lib/group-member.c +++ b/lib/group-member.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* group-member.c -- determine whether group id is in calling user's group list | 1 | /* group-member.c -- determine whether group id is in calling user's group list |
| 2 | 2 | ||
| 3 | Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2023 Free Software | 3 | Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/md5-stream.c b/lib/md5-stream.c index ba76792cbbe..ca82b067e42 100644 --- a/lib/md5-stream.c +++ b/lib/md5-stream.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Functions to compute MD5 message digest of files or memory blocks. | 1 | /* Functions to compute MD5 message digest of files or memory blocks. |
| 2 | according to the definition of MD5 in RFC 1321 from April 1992. | 2 | according to the definition of MD5 in RFC 1321 from April 1992. |
| 3 | Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2023 Free Software | 3 | Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | This file is part of the GNU C Library. | 5 | This file is part of the GNU C Library. |
| 6 | 6 | ||
| 7 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Functions to compute MD5 message digest of files or memory blocks. | 1 | /* Functions to compute MD5 message digest of files or memory blocks. |
| 2 | according to the definition of MD5 in RFC 1321 from April 1992. | 2 | according to the definition of MD5 in RFC 1321 from April 1992. |
| 3 | Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2023 Free Software | 3 | Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | This file is part of the GNU C Library. | 5 | This file is part of the GNU C Library. |
| 6 | 6 | ||
| 7 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Declaration of functions and data types used for MD5 sum computing | 1 | /* Declaration of functions and data types used for MD5 sum computing |
| 2 | library functions. | 2 | library functions. |
| 3 | Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2023 Free Software | 3 | Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | This file is part of the GNU C Library. | 5 | This file is part of the GNU C Library. |
| 6 | 6 | ||
| 7 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/memmem.c b/lib/memmem.c index c0b48c1b25d..6fbc36e6654 100644 --- a/lib/memmem.c +++ b/lib/memmem.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2023 Free Software | 1 | /* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2024 Free |
| 2 | Foundation, Inc. | 2 | Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/memrchr.c b/lib/memrchr.c index c5b1fe8b2e3..025869b6022 100644 --- a/lib/memrchr.c +++ b/lib/memrchr.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* memrchr -- find the last occurrence of a byte in a memory block | 1 | /* memrchr -- find the last occurrence of a byte in a memory block |
| 2 | 2 | ||
| 3 | Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2023 Free Software | 3 | Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Based on strlen implementation by Torbjorn Granlund (tege@sics.se), | 6 | Based on strlen implementation by Torbjorn Granlund (tege@sics.se), |
| 7 | with help from Dan Sahlin (dan@sics.se) and | 7 | with help from Dan Sahlin (dan@sics.se) and |
diff --git a/lib/memset_explicit.c b/lib/memset_explicit.c index 6d21a5e8797..cf6cc647847 100644 --- a/lib/memset_explicit.c +++ b/lib/memset_explicit.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Erase sensitive data from memory. | 1 | /* Erase sensitive data from memory. |
| 2 | Copyright 2022-2023 Free Software Foundation, Inc. | 2 | Copyright 2022-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/readutmp.h b/lib/readutmp.h index fa30fa9a004..b62eb3beaa1 100644 --- a/lib/readutmp.h +++ b/lib/readutmp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations for GNU's read utmp module. | 1 | /* Declarations for GNU's read utmp module. |
| 2 | 2 | ||
| 3 | Copyright (C) 1992-2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1992-2007, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/save-cwd.h b/lib/save-cwd.h index d089b0e2145..79900ee0b08 100644 --- a/lib/save-cwd.h +++ b/lib/save-cwd.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Save and restore current working directory. | 1 | /* Save and restore current working directory. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 1997-1998, 2003, 2009-2023 Free Software Foundation, | 3 | Copyright (C) 1995, 1997-1998, 2003, 2009-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/strtoimax.c b/lib/strtoimax.c index f7977e28e64..be6cd1fb7dd 100644 --- a/lib/strtoimax.c +++ b/lib/strtoimax.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Convert string representation of a number into an intmax_t value. | 1 | /* Convert string representation of a number into an intmax_t value. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2001-2004, 2006, 2009-2023 Free Software Foundation, | 3 | Copyright (C) 1999, 2001-2004, 2006, 2009-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/strtol.c b/lib/strtol.c index b93483dca49..b0e7c358800 100644 --- a/lib/strtol.c +++ b/lib/strtol.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Convert string representation of a number into an integer value. | 1 | /* Convert string representation of a number into an integer value. |
| 2 | 2 | ||
| 3 | Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2023 Free Software | 3 | Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2024 Free |
| 4 | Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | NOTE: The canonical source of this file is maintained with the GNU C | 6 | NOTE: The canonical source of this file is maintained with the GNU C |
| 7 | Library. Bugs can be reported to bug-glibc@gnu.org. | 7 | Library. Bugs can be reported to bug-glibc@gnu.org. |
diff --git a/lib/strtoll.c b/lib/strtoll.c index 9fdfa19b220..840a03b11e8 100644 --- a/lib/strtoll.c +++ b/lib/strtoll.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Function to parse a 'long long int' from text. | 1 | /* Function to parse a 'long long int' from text. |
| 2 | Copyright (C) 1995-1997, 1999, 2001, 2009-2023 Free Software Foundation, | 2 | Copyright (C) 1995-1997, 1999, 2001, 2009-2024 Free Software |
| 3 | Inc. | 3 | Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |