Displaying 20 results from an estimated 122 matches for "imaxdiv".
2012 Jul 02
0
[klibc:master] [ARITH] Avoid imaxdiv when only one of the results is wanted
...rg/?p=libs/klibc/klibc.git;a=commit;h=4a12ba8937fbc47ee82ab76bd4fceddf6338dced
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Wed, 17 Aug 2011 09:28:24 +0800
Committer: maximilian attems <max at stro.at>
CommitDate: Mon, 2 Jul 2012 10:46:06 +0200
[klibc] [ARITH] Avoid imaxdiv when only one of the results is wanted
dash rather pointlessly calls imaxdiv, only to discard one of its
results. The call was already made conditional a while back because some
systems don't have imaxdiv, but the generated code for the version with
imaxdiv and the one with / and % is identica...
2012 Jul 02
0
[klibc:master] dash: sync with latest git
...Generate patch and fix up their path
diff --git a/usr/dash/config.h b/usr/dash/config.h
index ebd98f9..35230c7 100644
--- a/usr/dash/config.h
+++ b/usr/dash/config.h
@@ -29,9 +29,6 @@
/* Define to 1 if you have the `glob' function. */
/* #undef HAVE_GLOB */
-/* Define to 1 if you have the `imaxdiv' function. */
-/* #undef HAVE_IMAXDIV */
-
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
@@ -105,7 +102,7 @@
#define PACKAGE_NAME "dash"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "dash...
2012 Oct 05
0
2.0.2 klibc release
...upport for ulimit -r
Colin Watson (1):
[klibc] include: [sys/time.h] fix for Linux 3.5.1
David S. Miller (1):
[klibc] [SHELL] Allow building without LINEO support
H. Peter Anvin (1):
[klibc] 2.0.1 released, next version is 2.0.2
Harald van Dijk (1):
[klibc] [ARITH] Avoid imaxdiv when only one of the results is wanted
Herbert Xu (3):
[klibc] [BUILTIN] Eliminate unnecessary promotion in echocmd
[klibc] [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd
[klibc] [VAR] Sanitise environment variable names on entry
Jim Meyering (4):...
2010 Mar 22
1
[git pull] dash, sh4, README's
...nges:
Aleksey Cheusov (1):
[klibc] [BUILD] Fixed build on NetBSD
Dan McGee (2):
[klibc] [SHELL] Fixed klibc/klcc build problems
[klibc] [SHELL] Added gitignore
Eric Blake (1):
[klibc] [BUILTIN] Avoid compiler warnings on isdigit
Gerrit Pape (2):
[klibc] [ARITH] If imaxdiv() isn't available, use / and % operators
[klibc] [ARITH] Fixed lexical error on & and |
Herbert Xu (60):
[klibc] [SHELL] Restore foreground process group on exit
[klibc] [SHELL] Move flushall to the point just before _exit
[klibc] [EXPAND] Do not quote back slashes...
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...Colin Watson (1):
[klibc] fstype: recognise ext4 without journal
Dan McGee (2):
[klibc] [SHELL] Fixed klibc/klcc build problems
[klibc] [SHELL] Added gitignore
Eric Blake (1):
[klibc] [BUILTIN] Avoid compiler warnings on isdigit
Gerrit Pape (2):
[klibc] [ARITH] If imaxdiv() isn't available, use / and % operators
[klibc] [ARITH] Fixed lexical error on & and |
H. Peter Anvin (1):
[klibc] [JOBS] Fix for job control off warning
Herbert Xu (63):
[klibc] [SHELL] Restore foreground process group on exit
[klibc] [SHELL] Move flushall to the...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...Colin Watson (1):
[klibc] fstype: recognise ext4 without journal
Dan McGee (2):
[klibc] [SHELL] Fixed klibc/klcc build problems
[klibc] [SHELL] Added gitignore
Eric Blake (1):
[klibc] [BUILTIN] Avoid compiler warnings on isdigit
Gerrit Pape (2):
[klibc] [ARITH] If imaxdiv() isn't available, use / and % operators
[klibc] [ARITH] Fixed lexical error on & and |
H. Peter Anvin (1):
[klibc] [JOBS] Fix for job control off warning
Herbert Xu (63):
[klibc] [SHELL] Restore foreground process group on exit
[klibc] [SHELL] Move flushall to the...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...Colin Watson (1):
[klibc] fstype: recognise ext4 without journal
Dan McGee (2):
[klibc] [SHELL] Fixed klibc/klcc build problems
[klibc] [SHELL] Added gitignore
Eric Blake (1):
[klibc] [BUILTIN] Avoid compiler warnings on isdigit
Gerrit Pape (2):
[klibc] [ARITH] If imaxdiv() isn't available, use / and % operators
[klibc] [ARITH] Fixed lexical error on & and |
Herbert Xu (60):
[klibc] [SHELL] Restore foreground process group on exit
[klibc] [SHELL] Move flushall to the point just before _exit
[klibc] [EXPAND] Do not quote back slashes...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Dec 07
0
builder-debian febootstrap FAILED configure step af9f9305a0a48829392a57d24aee30978b449d1d
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2011 Mar 22
1
builder-debian febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Dec 07
0
builder-ubuntu febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Dec 10
0
builder-ubuntu febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Dec 07
0
builder-debian febootstrap success af9f9305a0a48829392a57d24aee30978b449d1d
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...
2010 Dec 10
0
builder-debian febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...ol... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether stdint.h conforms to C99... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for C/C++ restr...