-
Logged In: YES
user_id=7032
This should be fixed in the latest CVS version.
2006-04-04 11:32:06 UTC in NetSurf
-
As in http://launchpad.net/bugs/12431 -- there is an
issue where openjade cannot process subtitles properly
in the 1.4devel1 branch.
For your ease I am pasting the important bits below.
Where the first person is used below, it is the
original reporter of the bug...
Given a test file containing:
2006-04-03 17:36:56 UTC in OpenJade
-
Logged In: YES
user_id=7032
21:54 the russian menu entry thing won't happen
21:55 cos we'll just use the ISO-639 names
21:55 and fix that stupid hard-coding in menus.c.
2006-03-23 22:00:15 UTC in NetSurf
-
Here is an example program:
#include <sys/stat.h>
#include <stdio.h>
#include <unistd.h>
#include <stddef.h>
#include <fcntl.h>
main(int argc,char **argv) {
struct stat s1;
struct stat s2;
int fd;
fd=open(argv[1],O_RDONLY);
fstat(fd,&s2);
stat(argv[1],&s1);
printf("%08x", s1.st_dev >> 32);
printf("%08x\n"...
2003-05-28 13:23:15 UTC in openMosix
-
kinnison committed patchset 128 of module dbishell to the dbishell CVS repository, changing 1 files.
2001-07-12 13:44:05 UTC in dbishell
-
kinnison committed patchset 127 of module dbishell to the dbishell CVS repository, changing 1 files.
2001-07-12 13:41:23 UTC in dbishell
-
.
2000-12-03 13:25:29 UTC in SourceForge.net
-
There are files which #include <cc++/<file>>
This is a little dodgy as it won't work unless the headers
have already been installed into /usr/include/cc++ or /usr/local/include/cc++
or wherever.
This is not good :(
Some thoughts need to go into how to prevent this, as at the moment, the code doesn't compile on a clean machine. (Certainly on linux)
2000-04-23 11:52:18 UTC in Common C++ Libraries
-
DUH!
2000-03-27 16:20:49 UTC in uniProject
-
Due to many compounding factors, the development of the project "Common C++ Libraries (cplusplus)" has to cease.
However, a related project - APE - has agreed to take on the work done so far, and integrate it into an ever increasing base of functionality already present and form a new combined project that will retain the Common C++ name.
This new project will contain all that is...
2000-03-15 17:30:25 UTC in Common C++ Libraries