- #1195 Random seed not random enough - removed all random number code (thanks
  to Jakub Wilk).
This commit is contained in:
Paul Beckingham 2013-09-07 12:44:57 -04:00
parent ba8a3fec70
commit 82f4603a6b
2 changed files with 2 additions and 2 deletions

View file

@ -42,6 +42,8 @@ Features
+ Added the 'remaining' format for all date columns.
Bugs
+ #1195 Random seed not random enough - removed all random number code (thanks
to Jakub Wilk).
+ #1196 Now builds on Hurd (thanks to Jakub Wilk).
+ #1197 Now 'tasksh' recognizes Ctrl-D to exit.
+ #1200 Directory d_type==DT_UNKNOWN is now handled correctly (thanks to Jakub

View file

@ -28,8 +28,6 @@
#include <cmake.h>
#include <iostream>
#include <cstring>
#include <stdlib.h>
#include <i18n.h>
#include <Context.h>