Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-29 | Each file in this commit has an issue where the initial value of a variable | erik | 1 | -1/+1 |
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former). | ||||
2007-01-24 | Every file in this commit has a memory leak of some kind or another. I think | erik | 1 | -0/+4 |
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious. | ||||
2007-01-22 | Every file in this commit makes a call to a function which returns a value. | erik | 1 | -2/+6 |
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked. | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -91/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+91 |
2004-09-18 | make cross compilable | llornkcor | 1 | -1/+1 |
2004-09-18 | link with gcc, not g++ | llornkcor | 1 | -1/+1 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -1/+3 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -3/+3 |
Maintainer, Files and Section fields) | ||||
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -1/+1 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | opie-lupdate | zecke | 1 | -1/+1 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | QTDIR/lib -> OPIEDIR/lib | kergoth | 2 | -2/+2 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2002-11-21 | usual | harlekin | 1 | -0/+1 |
2002-11-09 | Add ftp library. remember to make -f Makefile.test clean-configs before ↵ | kergoth | 1 | -0/+3 |
menuconfig, to ensure the generated configs are updated | ||||
2002-11-09 | move ftp stuff from opieftp to shared lib | llornkcor | 4 | -0/+1485 |