Description:
GNU utilities bugs (e.g., make, gawk. ls).
|
|
|
printf does not recognize .PREC if locale is en_US.UTF-8
|
| |
*** ISSUE AND HOW TO REPRODUCE (IT): *** echo nothing | awk '{printf "%.3s", "foobar"}' produces 'foobar' if LC_ALL is en_US.UTF-8. Other variations of the same program (with awk 'BEGIN{printf ...', etc.) produce the same. If LC_ALL is set to C, everything is fine. awk '{a=sprintf("%.3s", "foobar"); print a}'... more »
|
|
4 maint+test-related changes
|
| |
1: maint: don't let trailing spaces in diffs perturb make syntax-check Get past a "make syntax-check" failure. 2: tests: use gnulib's init.sh 3: tests: exercise diff -p's function-name matching This tests for currently-debatable behavior. 4: maint: newer gnulib; don't hard-code my GPG key ID From 37abff282fc5adb392653c7a11e56b b733a672e6 Mon Sep 17 00:00:00 2001... more »
|
|
Incorrect string comparison by GAWK
|
| |
Greetings. Re this: ...You need to change curr = $1 to curr = $1 "" to force the value to be treated as a string. Your field values are valid floating point numbers: 0e04 is 0 to the 4th power, so gawk treats the values as numbers. ...You should definitely upgrade. 3.1.7 is current. Thanks, Arnold... more »
|
|
sed: sed "s/d/ ${PWD//\//\\\/}/g" failed.
|
| |
i know i am doing stupid things. :) ubuntu@ubuntu-laptop:~$ echo "sdsds" > 1.txt ; sed "s/d/\/home\/ubuntu/g" < 1.txt ; sed "s/d/ ${PWD//\//\\\/}/g" 1.txt s/home/ubuntus/home/ubuntus sed: -e expression #1, char 9: unknown option to `s' ubuntu@ubuntu-laptop:~$ echo ${PWD//\//\\\/} \/home\/ubuntu ubuntu@ubuntu-laptop:~$ echo ${PWD//\//\\\/}... more »
|
|
gawk string to number (bug?)
|
| |
Dear all, can someone help me to solve this? ...3671014434790262159 ...3671014434790262272 Best Regards, Danilo
|
|
patch for po-edit-string in po-mode
|
| |
Hi, attached is a patch to fix a small problem of po-edit-string. Currently it creates an edit-buffer without explicitly setting a major mode. So, functions in after-change-major-mode-hook doesn't run in that buffer. This is a reply from a maintainer of Emacs ------------------------------ ------------------------------... more »
|
|
diff3 under windows does not work for files which contain brackets
|
| |
Hello, diff3.exe utility fails comparing files which names contain bracket, like "1(test).txt" Example: files to be compared directory ============================== =========================== Directory of C:\usr\1 07.12.2009 21:42 <DIR> . 07.12.2009 21:42 <DIR> .. 07.12.2009 21:06 26 1(s).txt... more »
|
|
excluding/including directories in grep search path
|
| |
Hello, How can I exclude/include directories in grep's search list? In my grep version, exclude/include switches only apply to files: --include=PATTERN Recurse in directories only searching file matching PATTERN. --exclude=PATTERN Recurse in directories skip file matching PATTERN.... more »
|
|
Regarding gprof issue:
|
| |
Hi , I am doing profiling my application.I am using gprof for that.While running gprof along with application,I am getting fallowing error /chan/Multi_09_18_09_Release_1 v18/Firmware_11_23_09/mobiapp # gprof ./mobiapp BFD: Dwarf Error: Invalid or unhandled FORM value: 14. BFD: Dwarf Error: Invalid or unhandled FORM value: 14.... more »
|
|
|