Bump version number
Modern fltk handles control characters in text just fine
extraneous boxes with a "?" appended to directory entries
A couple bugs in getdelim_fallback, easily found by compiling so it is used instead of getdelim. Should have tried that earlier. Patch pushed.
More email
Put author information in one place
Ticket 28: Fixes to getdelim_fallback
Actually it sure looks like the "getdelim_fallback" is not returning what the getdelim documentation says, it should return the length including the newline but the code is returning this value minus one.
As it appears this bug is visible when a file containing du output is used, can you please generate a (small) du output file that demonstrates this bug? It must show the error when piped to xdiskusage. Attach it here and make sure the newlines are not altered.
As it appears this bug is visible when a file containing du output is used, can you please generate a (small) du output file that demonstrates this bug? It must show the error when piped to xdiskusabe. Attach it here and make sure the newlines are not altered.
Add email
Bumped version number and copyright
Replace delimiter from getdelim with null
Bump version to 1.53
Added 'q' menu option to exit
Made copy menu item actually set the clipboard
Fix browser so user can choose directories
Reduce the number of variants of the getdelim function name
Application fails completely when encountering files with newlines in the name
Patched version worked great.
Patch applied! It worked great. It is in the git repository, have not built new versions yet (unclear if people use them but that is what website points to).
Arbitrary line lengths from du, handle newlines in filenames
Bump version to 1.52
Honor LDFLAGS (bug 25)
Honor LDFLAGS
Fixed as shown above.
Actually it has to count from the last column because the first one (the filesystem) can have spaces in it. So probably this is the best solution.
I put the -P in as suggested, but it might be better to fix the parser to skip the extra columns.
Use the same df flags on macOS as on FreeBSD and add the -P flag to
xdiskusage-1.47 Multiple Makefile errors
The CPPFLAGS were added to the makefile some time ago.
I have generally found that if it runs out of memory it will crash long before any strdup return code can be tested for.
Should that override the attempt in the makefile to use the fltk ldflags? Or be appended to it?
Can you find out why this code at the start of xdiskusage.C does not cause the command to be the "df -k -t noprocfs,devfs,fdescfs" string? #if defined(DF_COMMAND) // assumme DU_COMMAND is also defined #elif defined(hpux) # define DF_COMMAND "df -P" # define DU_COMMAND "du -kx" #elif defined(bsdi) # define DF_COMMAND "df" # define DU_COMMAND "du -x" #elif defined(FreeBSD) # define DF_COMMAND "df -k -t noprocfs,devfs,fdescfs" # define DU_COMMAND "du -kx" #elif defined(SVR4) || defined(sun) # define...
It looks like AC_PROG_CXX in configure.in is failing, but that is pretty standard...
Parameters for df(1) in FreeBSD inside DF_COMMAND
I pushed your recommended patch, looks good to me
Fixed df command for FreeBSD
Reading from pipe: segfault fix
Dup of https://sourceforge.net/p/xdiskusage/bugs/19/
Yes this is a dup of ticket #19 https://sourceforge.net/p/xdiskusage/bugs/19/
Removed fltk bug fix that does not apply to new...
New font drawing crashed on untitled windows
Fix leaked fd if run with a directory on the co...
Fixed .gitignore
Fixed .gitignore
Added .gitignore
Added .gitignore
Added .gitignore
Better fix for bug #22
Segmentation fault with 1.50
Fixed in version 1.51
Bump version to 1.51
Fix for bug #22: crash if directory given on co...
Fixed version number in Makefile, it apparently...
Unsigned and const correctness for C++11
Use fltk 1.3's ability to draw rotated text
Fixed the rotated_text demo to not use Forms em...
Added -test switch to test decorations under an...
Removed compilation warnings from modern systems
Remove some warnings from configure+make on mod...
Fixed release of Alt+Tab on newer fltk1 versions.
Changed version number to 1.01
Typo made the &-fixing code blank the title ins...
Option to compile using fltk2 added to configur...
Finally does subdirectories in the ~/.wmx direc...
Removed warnings from g++ 4.1
Put -lfltk back in
Smaller font and blue selection color in menus.
Fix so modal windows don't reappear when you ic...
Made MENU_FONT_SIZE affect the built-in items
Sends UnmapNotify when window is iconized
Fixes for the cursor under fltk2.0
Fixes from Bill Allombert at Debian:
Initial checkin of the code to sourceforge.
Many changes so it compiles and works with fltk...
Added install-sh so cvs checkout will get a wor...
Added missing config.h, make runs ./configure a...
Small changes to the Makefiles
Uses Xft to draw antialiased text
Added usleep call to get the card animation to ...
Changes to compile with modern versions of iost...
Changed version number
Made it compile with -wall without any warnings
Fixes for portability
Patched configure.in for Solaris
Initial revision
Forgot the manual page
Changed sys/time.h to time.h
Made the board a bit shorter to fit on some scr...
Undo, redo, and autoplay animate the card movem...
Replaced strings.h with string.h
Added install-sh so cvs checkout will get a wor...
Made default a little faster
ICCCM Compliance added by Garrett Wollman
Added to Makefile, removed -I..
Proper use of gettimeofday for the animation
Fixed some missed version numbers
Future-proof by printing up to Yottobytes
Okay I found an acceptable solution by rearranging the columns so the disk name is...