[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /vim/patches/8.0/
 
Current bandwidth utilization 592.19 Mbit/s
Bandwidth utilization bar
Contents of README:
Patches for Vim - Vi IMproved 8.0

The files in this directory contain source code changes to fix problems
in a released version of Vim.  Each file also contains an explanation of
the problem that is fixed, like the message that was sent to the vim-dev
maillist.

The best is to apply the patches in sequence.  This avoids problems when
a patch depends on a previous patch. 

Before patching, change to the top Vim directory, where the "src" and
"runtime" directories are located.
Depending on the version of "patch" that you use, you may have add an
argument to make it patch the right file:
        patch -p < 8.0.0001
        patch -p0 < 8.0.0001

After applying a patch, you need to compile Vim.  There are no patches
for binaries.

Checksums for the patch files can be found in the file MD5SUMS.


Individual patches for Vim 8.0:

  SIZE  NAME      FIXES
  2886  8.0.0001  intro screen still mentions version7
  1864  8.0.0002  the netrw plugin does not work
  2835  8.0.0003  getwinvar() returns wrong Value of boolean and number options
  2662  8.0.0004  error messagge of function() with wrong argument says NULL
  1871  8.0.0005  netbeans test fails with Python 3
  1936  8.0.0006  ":lb" is interpreted as ":lbottom" instead of ":lbuffer"
  7370  8.0.0007  Vim 7.4 is still mentioned in a few places
  2527  8.0.0008  popup complete test is disabled
  1673  8.0.0009  unnecessary workaround for AppVeyor
  3230  8.0.0010  crash when editing file that starts with crypt header
  1577  8.0.0011  on OSX Test_pipe_through_sort_all() sometimes fails
  7754  8.0.0012  typos in comments
  2257  8.0.0013  (after 8.0.0011) missing comma in list
  9516  8.0.0014  crypt tests are old style
 12101  8.0.0015  can't tell which part of a channel has "buffered" status
  1579  8.0.0016  (after 8.0.0015) build fails
  4451  8.0.0017  cannot get the number of current quickfix or location list
  8819  8.0.0018  when using ":sleep" channel input is not handled
 14106  8.0.0019  test_command_count is old style
 86459  8.0.0020  the regexp engines are not reentrant
  1734  8.0.0021  GUI: cursor may be drawn on second half of double byte char
  5008  8.0.0022  if channel is missing final NL remaining chars are dropped
 10912  8.0.0023  "gd" and "gD" may find a match in a comment or string
  2437  8.0.0024  when netbeans channel closes, "DETACH" is put in output part
 10551  8.0.0025  inconsistent use of spaces vs tabs in gd test
  5078  8.0.0026  error format with %W, %C and %Z does not work
 47686  8.0.0027  channel is closed when there may still be something to read
  1800  8.0.0028  superfluous semicolons
119305  8.0.0029  exceptions for old systems make MS-Windows code complicated
  1680  8.0.0030  mouse mode is not automatically detected for tmux
  3962  8.0.0031  after ":bwipeout" 'fileformat' is not set to the default
  3521  8.0.0032  tests may change the input file when something goes wrong
  2996  8.0.0033  cannot use overlapping positions with matchaddpos()
  4951  8.0.0034  no completion for ":messages"
 16444  8.0.0035  order of matches for 'omnifunc' is messed up
 13336  8.0.0036  detecting that a job has finished may take a while
  2597  8.0.0037  get E924 when switching tabs
  1807  8.0.0038  OPEN_CHR_FILES not defined for FreeBSD/Debian mix
  3492  8.0.0039  when Vim 8 reads an old viminfo next time marks are not read
  4622  8.0.0040  (after 8.0.0033) matchaddpos() whole line highlighting broken
  3574  8.0.0041  get undo item with Insert mode completion without inserting
  2457  8.0.0042  (after 8.0.0041) Insert mode completion is not saved for undo
  4037  8.0.0043  (after 8.0.0041) Insert mode completion is not saved for undo
  7877  8.0.0044  ml_get error In diff mode
  8476  8.0.0045  calling job_stop() right after job_start() does not work
  2559  8.0.0046  using NUL instead of NULL
  1719  8.0.0047  crash when using the preview window from an unnamed buffer
  5148  8.0.0048  on Windows job_stop() stops cmd.exe, not processes it runs
  2839  8.0.0049  concealing and match highlighting interfere
 12736  8.0.0050  an exiting job is detected with a large latency
  4939  8.0.0051  (after 8.0.0048) job_stop() change breaks tests
  1701  8.0.0052  (after 8.0.0049) conceal test passes even without the bug fix
  2684  8.0.0053  (after 8.0.0047) no test for what 8.0.0047 fixes
  3649  8.0.0054  (after 8.0.0051) Windows: job_stop() does not stop processes
  3450  8.0.0055  minor comment and style deficiencies
  4920  8.0.0056  when setting 'filetype' there is no check for a valid name
  2356  8.0.0057  (after 8.0.0056) tests fail without the 'keymap' features
  4871  8.0.0058  positioning of the popup menu is not good
 20700  8.0.0059  Vim does not build on VMS systems
  3176  8.0.0060  when 'keywordprg' is an Ex command it is shell-escaped
  1437  8.0.0061  (after 8.0.0058) compiler warning for unused variable
  2433  8.0.0062  no digraph for HORIZONTAL ELLIPSIS
  1681  8.0.0063  compiler warning for comparing with unsigned
  1771  8.0.0064  (after 8.0.0060) normal test fails on MS-Windows
  1727  8.0.0065  (after 8.0.0056) compiler warning for unused function
  4158  8.0.0066  calling an operator function without 'linebreak' set
  2184  8.0.0067  VMS has a problem with infinity
  5802  8.0.0068  checking did_throw after executing autocommands is wrong
  8650  8.0.0069  compiler warning for self-comparison
  1843  8.0.0070  tests referred in Makefile that no longer exist
  3054  8.0.0071  exit value from a shell command is wrong
  1600  8.0.0072  MS-Windows: Crash with long font name
  7228  8.0.0073  (after 8.0.0069) more comparisons between firstwin & lastwin
 36284  8.0.0074  cannot make Vim fail on an internal error
  5460  8.0.0075  using number for exception type lacks type checking
  1906  8.0.0076  channel log has double parens ()()
  1683  8.0.0077  GUI is not tested on Travis CI
  2550  8.0.0078  accessing freed memory in quickfix
 30894  8.0.0079  accessing freed memory in quickfix
  1740  8.0.0080  Travis CI fails for OS X
 16764  8.0.0081  inconsistent function names
309315  8.0.0082  extension for configure should be ".ac"
  2446  8.0.0083  using freed memory with win_getid()
  3153  8.0.0084  using freed memory when adding to a quickfix list
  3977  8.0.0085  using freed memory with recursive function call
  7394  8.0.0086  cannot add a comment after ":hide"
 14140  8.0.0087  channel callback may get job info after it was deleted
  2355  8.0.0088  when a test fails in Setup/Teardown problem is not reported
 13532  8.0.0089  various problems with GTK 3.22.2
 17957  8.0.0090  cursor moved after last character when using 'breakindent'
  6000  8.0.0091  test_help_complete sometimes fails in MS-Windows console
  3075  8.0.0092  C indent does not support nested namespaces that C++ 17 has
  1842  8.0.0093  not using multiprocess build feature
  2397  8.0.0094  if vimrun.exe not found error message is not properly encoded
  3684  8.0.0095  problems with GTK 3.22.2 fixed in 3.22.4
  7771  8.0.0096  when the input or output is not a tty Vim appears to hang
 11867  8.0.0097  if channel callback takes a lot of time Vim is unresponsive
  1728  8.0.0098  (after 8.0.0097) can't build on MS-Windows
  1734  8.0.0099  popup menu appears above the cursor too often
  1852  8.0.0100  file name options may contain non-filename characters
  4074  8.0.0101  some options are not strictly checked
  4876  8.0.0102  (after 8.0.0101) cannot set 'dictionary' to a path
  4425  8.0.0103  may not process channel readahead
  3602  8.0.0104  value of 'thesaurus' option not checked properly
 14961  8.0.0105  can't tell difference between reading empty line or nothing
  2174  8.0.0106  (after 8.0.0100) cannot use a semicolon in 'backupext'
 16825  8.0.0107  when reading channel output in timer messages may be missing
  2747  8.0.0108  (after 8.0.0107) the channel "drop" option is not tested
  6083  8.0.0109  still checking if memcmp() exists, should be everywhere now
  2281  8.0.0110  drop command doesn't use existing window
  3528  8.0.0111  the :history command is not tested
 13356  8.0.0112  tests 92 and 93 are old style
  5376  8.0.0113  MS-Windows: dialog for saving changes on the wrong monitor
  3510  8.0.0114  coding style not optimal
  1875  8.0.0115  when building with Cygwin libwinpthread isn't found
  5896  8.0.0116  using CTRl-] in English help language from 'helplang' is used
  3071  8.0.0117  parallel make fails
  2075  8.0.0118  "make proto" adds extra function prototype
  2045  8.0.0119  no test for using CTRL-R on the command line
  1506  8.0.0120  channel test is still flaky on OS X
  3662  8.0.0121  setting 'cursorline' changes the curswant column
  1678  8.0.0122  channel test is still flaky on OS X
  5083  8.0.0123  modern Sun compilers define "__sun" instead of "sun"
  2401  8.0.0124  internal error for assert_inrange(1, 1)
  1943  8.0.0125  not enough testing for entering Ex commands
  3820  8.0.0126  display problem with 'foldcolumn' and a wide character
  2553  8.0.0127  cancelling completion still formats text
  1334  8.0.0128  (after 8.0.0126) display test fails on MS-Windows
  2553  8.0.0129  parallel make still doesn't work
  2693  8.0.0130  configure uses "ushort" while the Vim code doesn't
  4053  8.0.0131  not enough test coverage for syntax commands
  1413  8.0.0132  (after 8.0.0131) test fails because of using :finish
  2151  8.0.0133  "2;'(" causes ml_get errors in an empty buffer
  1718  8.0.0134  null pointer access reported by UBsan
  8593  8.0.0135  relative address does not work with closed fold
  2856  8.0.0136  when changing indent the wrong fold is opened
  2715  8.0.0137  when 'maxfuncdepth' set above 200 nesting is limited to 200
  1872  8.0.0138  (after 8.0.0137) small build fails
  2233  8.0.0139  (after 8.0.0135) warning for unused argument
  2612  8.0.0140  pasting inserted text in Visual mode does not work properly
  1695  8.0.0141  (after 8.0.0137) nested function test fails on AppVeyor
  1503  8.0.0142  normal colors are wrong with 'termguicolors'
  2206  8.0.0143  line number of current buffer in getbufinfo() is wrong
  1345  8.0.0144  when using MSVC the GvimExt directory is cleaned twice
  3293  8.0.0145  running tests on MS-Windows is noisy
  2023  8.0.0146  termguicolors uses wrong colors on MS-Windows with ConEmu
  3113  8.0.0147  searchpair() fails when 'magic' is off
  7263  8.0.0148  wrong indent in C preprocessor with line continuation
  3343  8.0.0149  :earlier does not work after reading the undo file
  3206  8.0.0150  completion for :filter does not skip the pattern
  6000  8.0.0151  passing buffer content to system() is clumsy
  1390  8.0.0152  stray channellog created when running tests
  3196  8.0.0153  (after 8.0.0151) system() test fails on MS-Windows
  2439  8.0.0154  (after 8.0.0151) system() test fails on OS/X
  1875  8.0.0155  ubsan complains about NULL pointer
 10791  8.0.0156  not enough test coverage for float functions
  4214  8.0.0157  no completion for :syntax spell and :syntax sync
 19641  8.0.0158  (after 8.0.0156) float function test fails on MS-Windows
  2519  8.0.0159  crash on startup when updating tabline
  3936  8.0.0160  EMSG() is sometimes used where it should be IEMSG()
  1956  8.0.0161  (after 8.0.0159) can't build with small features
  1635  8.0.0162  build error on Fedora 23
  1978  8.0.0163  cannot build with Ruby 2.4
  5660  8.0.0164  outdated and misplaced comments
  2573  8.0.0165  ubsan warns for integer overflow
  6483  8.0.0166  JSON with a duplicate key gives an internal error
  5691  8.0.0167  str2nr()/str2float() fail with negative values
  9266  8.0.0168  not all float functionality is tested
 19080  8.0.0169  json_decode() may run out of stack space
  1576  8.0.0170  crash in channel test
  5678  8.0.0171  JS style JSON does not support single quotes
  3145  8.0.0172  command line window does not work
  4273  8.0.0173  build fails with EBCDIC defined
  2727  8.0.0174  executing "locale -a" on MS-Windows needlessly
 12312  8.0.0175  setting language on MS-Windows does not always work
  4907  8.0.0176  cannot use :change inside a function definition
  7235  8.0.0177  BufEnter autocommand not fired for a directory
  1862  8.0.0178  command count test fails on MS-Windows
  8495  8.0.0179  cannot have a local value for 'formatprg'
  2746  8.0.0180  error E937 is used twice
  1683  8.0.0181  with cursorbind set cursor column highlighting is off
  1746  8.0.0182  cursor ilne not update when 'cursorbind' is set
  2165  8.0.0183  ubsan warns for unaligned address
  3557  8.0.0184  when an error is caught Vim still exits with non-zero result
  1679  8.0.0185  (after 8.0.0184) system() test fails on MS-Windows
  3072  8.0.0186  confusing error message from assert_notequal()
  1503  8.0.0187  cant build with new Ruby version
  2382  8.0.0188  (after 8.0.0182) redrawing for 'cursorbind' is inefficient
  7079  8.0.0189  profile commands are not tested
 14608  8.0.0190  finding duplicate tags uses a slow linear search
  2848  8.0.0191  (after 8.0.0187) can't build with Ruby on some systems
  2365  8.0.0192  (after 8.0.0190) cannot build with tiny features
  1622  8.0.0193  (after 8.0.0188) accidentally removed #ifdef
  2204  8.0.0194  (after 8.0.0189) profile test fails if times are equal
  4685  8.0.0195  (after 8.0.0190) fail to jump to static tag in current file
  8101  8.0.0196  profile test is slow and does not work on MS-Windows
  4234  8.0.0197  system() test skips some parts for MS-Windows
 15518  8.0.0198  some syntax arguments take effect even after "if 0"
  2860  8.0.0199  compiler warnings for libcall
  3376  8.0.0200  some syntax arguments are not tested
  6218  8.0.0201  completion of highlight groups includes cleared names
  1874  8.0.0202  no test for invalid syntax group name
  5103  8.0.0203  order of complication flags is sometimes wrong
  1747  8.0.0204  compiler warns for uninitialized variable
  2764  8.0.0205  wrong behavior after :undojoin
  5444  8.0.0206  test coverage for :retab insufficient
  1429  8.0.0207  leaking file descriptor when system() fails
  2504  8.0.0208  internally used commands end up in history
  1723  8.0.0209  cursor binding does not work with :substitute
 18326  8.0.0210  no support for bracketed paste
  2461  8.0.0211  (after 8.0.0210) cannot build without the multi-byte feature
  3318  8.0.0212  buffer for key name may be too small
  2278  8.0.0213  Netbeans specialKeys command does not check argument length
  1787  8.0.0214  leaking memory when syntax cluster id is unknown
  2025  8.0.0215  NULL pointer use if cscope line looks like emacs tag
  3357  8.0.0216  decoding js style json may fail
  1839  8.0.0217  (after 8.0.0215) build fails without cscope feature
  2321  8.0.0218  no completion for :cexpr and similar commands
  8176  8.0.0219  ubsan reports errors for overflow
  3450  8.0.0220  completion of highlight names misses a few values
  1633  8.0.0221  unnecessary condition on PROTO
  2783  8.0.0222  blockwise put on multi-byte character misplaced
  2522  8.0.0223  Coverity warns for an uninitialized variable
  3399  8.0.0224  change to 'fileformats' from autocmd does not take effect
  2743  8.0.0225  put in Visual block mode terminates early
  2101  8.0.0226  test for patch 8.0.0224 missing CR characters
  2411  8.0.0227  crash with ff=dos when first line in file has no CR
  3446  8.0.0228  pasting in xterm on the command line has PasteStart
  1604  8.0.0229  local 'formatprg' option value leaks
  1653  8.0.0230  bracketed paste does not support line breaks
  4754  8.0.0231  bracketed paste mode is not tested
  1807  8.0.0232  paste does not work when 'esckeys' is off
  1580  8.0.0233  (after 8.0.0231) paste test fails in the GUI
  3304  8.0.0234  (after 8.0.0225) crash when using put in Visual mode
  2148  8.0.0235  memory leak in diff mode
  2442  8.0.0236  (after 8.0.0234) gcc complains about uninitialized variable
  2394  8.0.0237  when 'wildoptions' is "tagfile" completion may not work
  2774  8.0.0238  bracketed paste does not disable autoindent
  7028  8.0.0239  no CI with an address sanitizer
  2354  8.0.0240  (after 8.0.0239) failure with one build on CI
  4357  8.0.0241  fallback implementation of mch_memmove is unused
  5272  8.0.0242  no tests for user command completion
 13660  8.0.0243  tolower() does not work if the byte count changes
  1938  8.0.0244  making t_BE empty only has an effect before startup
  2503  8.0.0245  zh_CN.cp936.po has a conversion error
  1776  8.0.0246  compiler warnings for int to pointer conversion
  4004  8.0.0247  need to type Ctrl-N twice to select a completion
  1957  8.0.0248  vim_strcat() cannot handle overlapping arguments
  1673  8.0.0249  CI failure when a submit is close to previous one
  7214  8.0.0250  virtcol() does not work well for multi-byte characters
 34085  8.0.0251  not easy to select Python 2 or 3
 11565  8.0.0252  not properly recognizing word characters between 128 and 255
  3039  8.0.0253  error when loading session if winminheight is 2
  3951  8.0.0254  error message of assert functions is sometimes incomplete
  6534  8.0.0255  setpos() does not use the buffer argument for all marks
  2298  8.0.0256  (after 8.0.0255) missing changes to one file breaks test
  1568  8.0.0257  (after 8.0.0252) test file missing in distribution
  3289  8.0.0258  (after 8.0.0252) mksession test leaves file behind
 29178  8.0.0259  tab commands do not handle count correctly
  5727  8.0.0260  build fails with tiny features
  7063  8.0.0261  not enough test coverage for eval functions
 27088  8.0.0262  Farsi support is barely tested
  6944  8.0.0263  Farsi support is not tested enough
  1941  8.0.0264  memory error reported by ubsan
  4752  8.0.0265  may get ml_get error when :pydo deletes lines
  1362  8.0.0266  compiler warning for using uninitialized variable
  1528  8.0.0267  channel test sometimes fails on Mac
  4049  8.0.0268  may get ml_get error when :luado deletes lines
  2936  8.0.0269  may get ml_get error when :perldo deletes lines
  2709  8.0.0270  may get ml_get error when :rubydo deletes lines
  3779  8.0.0271  may get ml_get error when :tcldo deletes lines
  2505  8.0.0272  crash on exit is not detected when running tests
  2819  8.0.0273  dead code detected by Coverity
  2725  8.0.0274  possible recursive screen updating causes trouble
  1864  8.0.0275  the screen may be updated at the wrong time
  1541  8.0.0276  unnecessary #ifdefs
  2395  8.0.0277  the GUI test may trigger fontconfig and take a long time
  2112  8.0.0278  (after 8.0.0277) GUI test fails on MS-Windows
  1905  8.0.0279  MSVC 2015 uses a different dll name
  6559  8.0.0280  problem setting multi-byte environment var on MS-Windows
 23643  8.0.0281  some files are still using ARGSUSED instead of UNUSED
  2099  8.0.0282  need to use CTRL-O twice when in Visual-Insert mode 
  7048  8.0.0283  mode() does not indicate Insert mode completion
  1897  8.0.0284  collapse buffers test failed once
  2161  8.0.0285  (after 8.0.0277) tests fail with tiny build on Unix
  5334  8.0.0286  not always redrawing after screen resize
  1487  8.0.0287  debug mode: cannot access function arguments
  1572  8.0.0288  (after 8.0.0284) errors reported while running tests
  3731  8.0.0289  no test for "ga" and :ascii
  2257  8.0.0290  cursor positioning wrong if wide character wraps
  2416  8.0.0291  (after 8.0.0282) Visual block insert does not do all lines
  4244  8.0.0292  the stat test is a bit slow
  3179  8.0.0293  some tests have a one or three second wait
  2196  8.0.0294  argument list is not stored correctly in a session file
  1605  8.0.0295  (after 8.0.0293) test_viml hangs
  6521  8.0.0296  bracketed paste can only append, not insert
  7260  8.0.0297  double free on exit when using a closure
  2556  8.0.0298  Ex command range with repeated search does not work
  4367  8.0.0299  a window resize is sometimes not taking effect
  3539  8.0.0300  cannot stop diffing hidden buffers
  5370  8.0.0301  not enough testing for setting options
  3498  8.0.0302  cannot set terminal key codes with :let
  5979  8.0.0303  bracketed paste does not work in Visual mode
  1841  8.0.0304  assign test fails in the GUI
  2965  8.0.0305  invalid memory access when option has duplicate flag
  4137  8.0.0306  mode() not sufficiently tested
  3329  8.0.0307  asan detects a memory error when EXITFREE is defined
  4890  8.0.0308 'runtimepath' not updated correctly when using symbolic link
  2335  8.0.0309  cannot use an empty key in json
  2490  8.0.0310  not enough testing for GUI functionality
 44867  8.0.0311  linebreak tests are old style
  9065  8.0.0312  failure when a channel receives a split json message
  3607  8.0.0313  (after 8.0.0310) not enough testing for GUI functionality
  2511  8.0.0314  getcmd*() functions are not tested
  2704  8.0.0315  :help :[range] does not work
  2705  8.0.0316  :help z? does not work
  3460  8.0.0317  no test for setting 'guifont'
  1861  8.0.0318  small mistake in 7x13 font name
  2972  8.0.0319  insert mode completion does not respect 'backspace'
  1913  8.0.0320  warning for unused variable with small build
  4716  8.0.0321  errors when trying to use scripts in tiny version
  1503  8.0.0322  possible overflow with corrupted spell file
  1805  8.0.0323  one second pause when running cmdline test
  2630  8.0.0324  illegal memory access with a wrong yank range
  1375  8.0.0325  packadd test does not clean up symlink
  2061  8.0.0326  packadd test uses wrong directory name
  1801  8.0.0327  error message in cmdline window is not translated
  2066  8.0.0328  the "zero count" error doesn't have a number
  6245  8.0.0329  xfontset and guifontwide are not tested
  2256  8.0.0330  illegal memory access after "vapo"
  3257  8.0.0331  restoring help snapshot accesses freed memory
 16678  8.0.0332  GUI test fails on some systems
  2375  8.0.0333  illegal memory access when 'complete' ends in a backslash
 31136  8.0.0334  can't access b:changedtick from a dict reference
  1835  8.0.0335  (after 8.0.0335) functions test fails
  4355  8.0.0336  flags of :substitute not sufficiently tested
  3833  8.0.0337  invalid memory access in :recover command
  1601  8.0.0338  (after 8.0.0337) :recover test fails on MS-Windows
  2024  8.0.0339  illegal memory access with vi'
  1736  8.0.0340  not checking return valud of dict_add()
  2228  8.0.0341  undo does not work properly when using completion
  3653  8.0.0342  double free with EXITFREE and setting 'ttytype'
  4108  8.0.0343  b:changedtick can be unlocked
  1789  8.0.0344  unlet command leaks memory
  4576  8.0.0345  islocked('d.changedtick') does not work
  2270  8.0.0346  Vim relies on limits.h to be included indirectly
  2758  8.0.0347  when using completion comment leader wont work
  2009  8.0.0348  using shadow dir on Mac lack +clipboard
  3264  8.0.0349  redrawing errors with GTK 3
  5799  8.0.0350  not enough test coverage for Perl
  1416  8.0.0351  no test for concatenating an empty string
  5530  8.0.0352  not easy to see when a typval needs to be cleared
  1602  8.0.0353  if [RO] is translated it may be truncated
  1633  8.0.0354  test to check that setting termcap key fails sometimes
  3938  8.0.0355  using uninitialized memory when 'isfname' is empty
  1408  8.0.0356  (after 8.0.0342) leaking memory when setting 'ttytype'
  3306  8.0.0357  crash when setting 'guicursor' to weird value
  1966  8.0.0358  invalid memory access in C-indent code
 13775  8.0.0359  'number' and 'relativenumber' are not properly tested
 84421  8.0.0360  sometimes VimL is used instead of "Vim script"
 20246  8.0.0361  GUI initialisation is not sufficiently tested
  1807  8.0.0362  (after 8.0.0361) tests fail on MS-Windows
  1487  8.0.0363  Travis is too slow to keep up with patches
  3904  8.0.0364  ]s does not move cursor with two spell errors in one line
 14739  8.0.0365  might free a dict item that wasn't allocated
  1386  8.0.0366  (after 8.0.0365) build fails with tiny features
  4008  8.0.0367  types in include files may be inconsistent
 12500  8.0.0368  not all options are tested with a range of values
  4768  8.0.0369  a few options are not defined, depending on features
  4004  8.0.0370  invalid memory access when setting wildchar empty
  1542  8.0.0371  leaking memory when setting v:completed_item 
 17997  8.0.0372  more options are not always defined
  1623  8.0.0373  build fails without +folding
  2744  8.0.0374  invalid memory access when using :sc in Ex mode
  2952  8.0.0375  the "+ register is not tested
  2125  8.0.0376  size computations in spell file reading are off
  2280  8.0.0377  possible overflow when reading corrupted undo file
  2168  8.0.0378  another possible overflow when reading corrupted undo file
  2648  8.0.0379  CTRL-Z and mouse click use CTRL-O unnecessary
  3958  8.0.0380  with 'linebreak' double wide char wraps badly
  2839  8.0.0381  diff mode is not sufficiently tested
  2167  8.0.0382  (after 8.0.0380) warning in tiny build for unused variable
  2027  8.0.0383  (after 8.0.0382) misplaced #ifdef
  1434  8.0.0384  timer test failed for no apparent reason
  4541  8.0.0385  no tests for arabic
  2420  8.0.0386  tiny build has a problem with generating the options test
  3077  8.0.0387  compiler warnings
  5447  8.0.0388  filtering lines changes folds
  6155  8.0.0389  test for arabic does not check what is displayed
  4647  8.0.0390  when the window scrolls the popup menu may be garbled
 27150  8.0.0391  arabic support is verbose and not well tested
  6164  8.0.0392  GUI test fails with Athena and Motif
  7138  8.0.0393  (after 8.0.0190) order of duplicate tags is not preserved
  5883  8.0.0394  tabs are not aligned when scrolling horizontally
  4043  8.0.0395  testing the + register fails with Motif
  7033  8.0.0396  'balloonexpr' only works synchronously
  2051  8.0.0397  (after 8.0.0392) can't build with +viminfo but without +eval
  1959  8.0.0398  illegal memory access with "t"
  1975  8.0.0399  crash when using balloon_show() when not supported
  1385  8.0.0400  some tests have a one second delay
  1496  8.0.0401  test fails with missing balloon feature
  3185  8.0.0402  :map completion does not have <special>
  3206  8.0.0403  GUI tests may fail
  4812  8.0.0404  not enough testing for quickfix
  4738  8.0.0405  v:progpath may become invalid after :cd
 13541  8.0.0406  arabic shaping code is verbose
  2047  8.0.0407  filtering folds with marker method not tested
  7144  8.0.0408  updating folds does not always work properly
  1405  8.0.0409  set_progpath is defined but not always used
  2563  8.0.0410  newer gettext/iconv library has extra dll file
  3043  8.0.0411  menu translations don't match when case is changed
  1672  8.0.0412  (after 8.0.0411) menu test fails on MS-Windows
  1693  8.0.0413  (after 8.0.0412) menu test fails on MS-Windows using gvim
  5579  8.0.0414  balloon eval is not tested
  2027  8.0.0415  (after 8.0.0414) balloon test fails on MS-Windows
  8092  8.0.0416  setting v:progpath is not quite right
  1355  8.0.0417  test for the clipboard fails sometimes
  5462  8.0.0418  ASAN logs are disabled
  3371  8.0.0419  test for v:progpath fails on MS-Windows
 26383  8.0.0420  text garbled when the system encoding differs from 'encoding'
  5449  8.0.0421  diff mode wrong when adding line at end of buffer
  4309  8.0.0422  Python test fails with Python 3.6
  3427  8.0.0423  changing 'cinoptions' does not always work
  1754  8.0.0424  compiler warnings on MS-Windows
  3998  8.0.0425  build errors when building without folding
 10681  8.0.0426  insufficient testing for statusline
  2327  8.0.0427  'makeencoding' missing from the options window
 23276  8.0.0428  git and hg see new files after running tests
  4323  8.0.0429  (after 8.0.0428) options test does not always test everything
  7387  8.0.0430  (after 8.0.0429) options test fails or hangs on MS-Windows
  7944  8.0.0431  'cinoptions' cannot set indent for extern block
  1795  8.0.0432  "make shadow" creates an invalid link
 11157  8.0.0433  beeps when running tests
  7314  8.0.0434  clang version not correctly detected
  9440  8.0.0435  some functions are not tested
  1579  8.0.0436  running the options test sometimes resizes the terminal
  1850  8.0.0437  packadd test does not fully work
  1928  8.0.0438  the fnamemodify test may cause later tests to fail
  2369  8.0.0439  ":%argdel" gives an error for an empty arglist
 58900  8.0.0440  not enough test coverage in Insert mode
  1779  8.0.0441  dead code in #ifdef
  2786  8.0.0442  patch shell command not well escaped
  1497  8.0.0443  terminal width is set to 80 in test3
  3899  8.0.0444  (after 8.0.0442) diffpatch fails when file name has a quote
  5000  8.0.0445  getpgid is not supported on all systems
  3360  8.0.0446  the ";" command does not work after some characters
 17171  8.0.0447  getting font name does not work on X11
 68909  8.0.0448  some macros are in lower case
  3323  8.0.0449  (after 8.0.0448) part of fold patch accidentally included
  2909  8.0.0450  v:progpath is not reliably set
 75599  8.0.0451  some macros are in lower case
 89169  8.0.0452  some macros are in lower case
  4669  8.0.0453  adding fold marker creates new comment
  2689  8.0.0454  compiler warnings for "always true" comparison
  2094  8.0.0455  the mode test may hang
  1676  8.0.0456  typo in MinGW test makefile
 18249  8.0.0457  using :move messes up manual folds
  2240  8.0.0458  potential crash if adding list or dict to dict fails
  2116  8.0.0459  (after 8.0.0457) old folding fix for :move no longer needed
  2113  8.0.0460  can't build on HPUX
  3904  8.0.0461  (after 8.0.0457) test 45 hangs on MS-Windows
  1629  8.0.0462  failure of an MS-Windows test may go unnoticed
  2351  8.0.0463  side effects from resetting 'compatible' in defaults.vim
  5318  8.0.0464  can't find executable name on Solaris and FreeBSD
  5506  8.0.0465  off-by-one error in using :move with folding
 89133  8.0.0466  still macros that should be all-caps
  2045  8.0.0467  using g< after :for does not show the right output
  7321  8.0.0468  after aborting an Ex command g< does not work
  2113  8.0.0469  compiler warnings on MS-Windows
  3390  8.0.0470  not enough testing for help commands
  1511  8.0.0471  exit callback test sometimes fails
  1864  8.0.0472  when a test fails another test may also fail
  6263  8.0.0473  no test covering arg_all()
  6516  8.0.0474  the client-server feature is not tested
  8793  8.0.0475  not enough testing for the client-server feature
  2772  8.0.0476  (after 8.0.0475) missing change to main.c
 16241  8.0.0477  the client-server test may hang when failing
 19473  8.0.0478  tests use assert_true(0) and assert_false(1) to report errors
  2760  8.0.0479  remote_peek() is not tested
  2853  8.0.0480  the remote_peek() test fails on MS-Windows
  6323  8.0.0481  unnecessary if statement
  2924  8.0.0482  the setbufvar() function may mess up the window layout
  2043  8.0.0483  illegal memory access when using :all
 17065  8.0.0484  :lhelpgrep does not fail after a successful one
 14261  8.0.0485  not all windows commands are tested
  6314  8.0.0486  crash and endless loop when closing windows in autocmd
  1762  8.0.0487  the autocmd test hangs on MS-Windows
  1920  8.0.0488  running tests leaves an "xxx" file behind
  6401  8.0.0489  clipboard and "* register is not tested
  3508  8.0.0490  vertical split makes 'winfixwidth' window smaller
  1502  8.0.0491  quotestar test fails when features are missing
 24562  8.0.0492  a failing client-server request can make Vim hang
  5933  8.0.0493  crash with cd command with very long argument
  3265  8.0.0494  build failure with older compiler on MS-Windows
  4891  8.0.0495  quotestar test uses timer instead of timeout
  3628  8.0.0496  insufficient testing for folding
  7652  8.0.0497  arabic support is not fully tested
  5408  8.0.0498  two autocmd tests are skipped on MS-Windows
  8222  8.0.0499  taglist() does not prioritize tags for a buffer
  2295  8.0.0500  quotestar test is still a bit flaky
  4535  8.0.0501  on MS-Windows ":!start" does not work as expected
  1456  8.0.0502  Coverity complains about possible NULL pointer
  1663  8.0.0503  endless loop in updating folds with 32 bit ints
 11457  8.0.0504  looking up an Ex command is a bit slow
  1753  8.0.0505  failed window split for :stag not handled
  1852  8.0.0506  can't build with ANSI C
  2262  8.0.0507  client-server tests fail when $DISPLAY is not set
  1530  8.0.0508  Coveralls no longer shows per-file coverage
  2090  8.0.0509  no link to codecov.io results
  2537  8.0.0510  (after 8.0.0509) typo in link to codecov.io results
  2757  8.0.0511  message for skipping client-server tests is unclear
  1601  8.0.0512  check for available characters takes too long
  6138  8.0.0513  getting name of cleared highlight group is wrong
  3416  8.0.0514  script for creating cmdidxs can be improved
  3092  8.0.0515  ml_get errors in silent Ex mode
  3764  8.0.0516  a large count on a normal command causes trouble
 12336  8.0.0517  there is no way to remove quickfix lists
  4256  8.0.0518  bad fold text when a multi-byte char has a zero byte
 12471  8.0.0519  character classes are not well tested
  9607  8.0.0520  using a function pointer while the function is known
  8182  8.0.0521  GtkForm handling is outdated
  5291  8.0.0522  Win32: when 'clipboard' is "unnamed" yyp does not work
  2512  8.0.0523  dv} deletes part of a multi-byte character.
  2130  8.0.0524  (after 8.0.0518) folds messed up
  1596  8.0.0525  completion for user command argument not tested
  2115  8.0.0526  Coverity complains about possible negative value
  4049  8.0.0527  leftover file from RISC OS
  1789  8.0.0528  highlight wrong text when 'wim' includes "longest"
  3722  8.0.0529  line in test commented out
  3656  8.0.0530  buffer overflow when 'columns' is very big
  1488  8.0.0531  test with long directory name fails on non-unix systems
  1512  8.0.0532  test with long directory name fails on Mac
  2399  8.0.0533  abbreviation doesn't work after backspacing newline
  2093  8.0.0534  defaults.vim does not work well with tiny features
  5383  8.0.0535  memory leak when exiting from within a user function
  5267  8.0.0536  quickfix window not updated when freeing quickfix stack
  6654  8.0.0537  illegal memory access with :z and large count
  1659  8.0.0538  no test for falling back to default term value
  3254  8.0.0539  (after 8.0.0538) startup test fails on Mac
  2353  8.0.0540  (after 8.0.0540) building unit tests fails
  1579  8.0.0541  compiler warning on MS-Windows
  3256  8.0.0542  getpos() can return a negative line number
 12057  8.0.0543  test_edit causes older xfce4-terminal to close
  2915  8.0.0544  cppcheck warnings
  2906  8.0.0545  edit test may fail on some systems
  3848  8.0.0546  swap file exists briefly when opening the command window
  2138  8.0.0547  extra line break in verbosefile
  8508  8.0.0548  saving the redo buffer only works one time
  3809  8.0.0549  no test for the 8g8 command
  3889  8.0.0550  cannot parse some etags format tags file
  3065  8.0.0551  the typeahead buffer is reallocated too often
  3094  8.0.0552  toupper and tolower don't work properly for Turkish
  2645  8.0.0553  toupper/tolower test fails on Mac
  2613  8.0.0554  toupper and tolower don't work properly for Turkish
  1690  8.0.0555  toupper/tolower test fails on OSX without Darwin
  1856  8.0.0556  getting window position fails if GUI and term possible
  3402  8.0.0557  GTK: using static gravities is not useful
  2178  8.0.0558  :ownsyntax is not tested
  2487  8.0.0559  setting ttytype to xxx does not always fail
  1628  8.0.0560  :windo allows for ! but it's not supported
  2560  8.0.0561  undefined behavior when using backslash after empty line
  3779  8.0.0562  not enough test coverage for syntax commands
  1390  8.0.0563  crash when getting the window position in tmux
  2093  8.0.0564  cannot detect Bazel BUILD files on some systems
  1650  8.0.0565  using freed memory in :caddbuf
  2658  8.0.0566  setting nocompatible for the tiny version moves the cursor
  2107  8.0.0567  call for requesting color and ambiwidth is too early
  2280  8.0.0568  1gd may hang
  2406  8.0.0569  bracketed paste is still enabled in a shell command
 38397  8.0.0570  can't run make with several jobs
  2778  8.0.0571  negative line number when using :z^ in an empty buffer
 18801  8.0.0572  building the command table requires Perl
  2883  8.0.0573  running parallel make after distclean fails
  9080  8.0.0574  get only one quickfix list after :caddbuf
  2613  8.0.0575  using freed memory when resetting 'indentexpr'
  7547  8.0.0576  can't build when configure choses "install-sh"
  1591  8.0.0577  warning for uninitialized variable
  2412  8.0.0578  :simalt on MS-Windows does not work properly
  1424  8.0.0579  duplicate test case for quickfix
  3715  8.0.0580  cannot set the valid flag with setqflist()
  6905  8.0.0581  moving folded text is sometimes not correct
  6454  8.0.0582  illegal memory access with z= command
  2578  8.0.0583  fold test hangs on MS-Windows
  1378  8.0.0584  memory leak when executing quickfix tests
  2227  8.0.0585  test_options fails when run in the GUI
  1956  8.0.0586  no test for mapping timing out
  5097  8.0.0587  configure check for return value of tgetent skipped
  2259  8.0.0588  job_stop() often assumes the channel will be closed
  2014  8.0.0589  (after 8.0.0578) :simalt still does not work
  7364  8.0.0590  cannot add a context to locations
 41017  8.0.0591  changes to eval functionality not documented
 10763  8.0.0592  if a job writes to a buffer screen is not updated
 11715  8.0.0593  duplication of code for adding a list or dict return value
  1450  8.0.0594  (after 8.0.0592) build failure when windows feature is missing
  1834  8.0.0595  (after 8.0.0590) Coverity warning for not checking return val
  6277  8.0.0596  crash when complete() called after complete_add()
  3062  8.0.0597  off-by-one error in size computation
  1452  8.0.0598  building with gcc 7.1 yields new warnings
  7317  8.0.0599  diff mode is insufficiently tested
  1583  8.0.0600  test_recover fails on some systems
  1951  8.0.0601  no test coverage for :spellrepall
  3323  8.0.0602  when gF fails to edit the file the cursor still moves
  1630  8.0.0603  gF test fails on MS-Windows
  1951  8.0.0604  gF test still fails on MS-Windows
  2682  8.0.0605  the quickfix cached buffer may become invalid
  4681  8.0.0606  cannot set the context for a specified quickfix list
  8236  8.0.0607  after :bwipe + :new bufref might still be valid
  9515  8.0.0608  cannot manipulate other than the current quickfix list
  1849  8.0.0609  some people still don't know how to quit
  2543  8.0.0610  the screen is redrawn when default 'background' is detected
  2653  8.0.0611  the screen is not redrawn after sending t_u7
  6776  8.0.0612  pack dirs are added to 'runtimepath' too late
  4995  8.0.0613  the conf filetype is used before ftdetect from packages
 12602  8.0.0614  float2nr() is not exactly right
  2059  8.0.0615  using % with :hardcopy wrongly escapes spaces
  3518  8.0.0616  not always setting 'background' correctly after :hi Normal
  1918  8.0.0617  (after 8.0.0615) hardcopy test hangs on MS-Windows
  3972  8.0.0618  NFA regex engine handles [0-z] incorrectly
  2790  8.0.0619  GUI gets stuck if timer uses feedkeys()
 15775  8.0.0620  checking for HAVE_GTK_MULTIHEAD is not needed
 11879  8.0.0621  :stag does not respect 'switchbuf'
  4097  8.0.0622  selecting quoted text fails with 'selection' "exclusive"
  3792  8.0.0623  error for invalid regexp is not very informative
  1718  8.0.0624  (after 8.0.0623) warning for unused variable in tiny build
  3242  8.0.0625  shellescape() always escapes a newline
  1703  8.0.0626  in the GUI the cursor may flicker
  8788  8.0.0627  "gn" selects only one character with 'nowrapscan'
  2862  8.0.0628  cursor disappears after silent mapping
  1813  8.0.0629  checking for ambigous width is not working
  8527  8.0.0630  it is not easy to work on lines without a match
  1946  8.0.0631  can't build with Perl 5.26
  2011  8.0.0632  the quotestar test is still a bit flaky
  2555  8.0.0633  the client-server test is still a bit flaky
  9164  8.0.0634  cannot easily get to the last quickfix list
 21598  8.0.0635  when 'ignorecase' is set script detection is inaccurate
  2588  8.0.0636  when reading the undo file fails may use uninitialized data
  2091  8.0.0637  crash when using some version of GTK 3
  8895  8.0.0638  cannot build with new MSVC version
  2641  8.0.0639  the cursor position is set when editing a new commit message
  1840  8.0.0640  mismatch between help and actual message
  9380  8.0.0641  cannot set a separate highlighting for the quickfix line
  4698  8.0.0642  writefile() continues after detecting an error
 36273  8.0.0643  when a pattern search is slow Vim becomes unusable
  1667  8.0.0644  the timeout for 'hlsearch' is not tested
  6062  8.0.0645  no error for illegal back reference in NFA engine
  6889  8.0.0646  the hlsearch test fails on fast systems
 17435  8.0.0647  syntax highlighting can cause a freeze
  1629  8.0.0648  possible use of NULL pointer
  3822  8.0.0649  when opening a help file the filetype is set several times
  2039  8.0.0650  for extra help files the filetype is set more than once
  1534  8.0.0651  build failure without the auto command feature
 10036  8.0.0652  unicode information is outdated
  2013  8.0.0653  the default highlight for QuickFixLine is not good
  5188  8.0.0654  no warning for text after :endfunction
  2677  8.0.0655  not easy to make sure a function does not exist
  2329  8.0.0656  cannot use ! after some user commands
 13104  8.0.0657  cannot get and set quickfix list items
 47863  8.0.0658  spell test is old style
  5884  8.0.0659  no test for conceal mode
  1676  8.0.0660  silent install on MS-Windows shows dialog
 10750  8.0.0661  recognizing urxvt mouse codes does not work well
  1828  8.0.0662  stray FIXME for fixed problem
  5971  8.0.0663  unexpected error message only when 'verbose' is set
  2373  8.0.0664  mouse does not work in tmux
  1517  8.0.0665  warning for uninitialized variable
  4110  8.0.0666  dead for loop
  5896  8.0.0667  memory access error when command follows :endfunc
  1689  8.0.0668  nsis installer script does not work
  2927  8.0.0669  CTRL-N at start of the buffer does not work correctly
  3607  8.0.0670  can't use input() in a timer callback
  1600  8.0.0671  hang when typing CTRL-C in confirm() in timer
  6001  8.0.0672  third item of synconcealed() changes too often
  1260  8.0.0673  build failure without conceal feature
  1751  8.0.0674  cannot build with eval but without timers
  2638  8.0.0675  'colorcolumn' has a higher priority than 'hlsearch'
  8830  8.0.0676  crash when closing quickfix window in autocmd
  4177  8.0.0677  setting 'filetype' may switch buffers
  3772  8.0.0678  closing a window does not trigger resizing
  2223  8.0.0679  using freed memory
 10068  8.0.0680  plugins in start packages are sourced twice
  2323  8.0.0681  unnamed register only contains the last deleted text
  2786  8.0.0682  no test for synIDtrans()
  4871  8.0.0683  visual bell flashes too quickly
 13990  8.0.0684  old style tests are not nice
 28918  8.0.0685  when conversion fails written file may be truncated
  1479  8.0.0686  extra redraw when using CTRL-L in second window
  6644  8.0.0687  minor issues related to quickfix
  4317  8.0.0688  cannot resize the window in a FileType autocommand
  2402  8.0.0689  ~ character not escaped when extending search pattern
  2150  8.0.0690  compiler warning on non-Unix system
  1267  8.0.0691  compiler warning without the linebreak feature
  2964  8.0.0692  CTRL-G with 'incsearch' and ? goes in the wrong direction
361923  8.0.0693  no terminal emulator support
  2396  8.0.0694  building in shadow directory does not work
  5003  8.0.0695  missing dependencies breaks parallel make
  1309  8.0.0696  .inc files missing in git
  9396  8.0.0697  recorded key sequences may become invalid
  4219  8.0.0698  crash on exit when using Python function in timer.
  1742  8.0.0699  checksum tests are not actually run
  2709  8.0.0700  segfault with QuitPre autocommand closes the window
  2900  8.0.0701  system test failing when using X11 forwarding
  5191  8.0.0702  an error in a timer can make Vim unusable
  3118  8.0.0703  illegal memory access with empty :doau command
  2145  8.0.0704  problems with autocommands when opening help
  3043  8.0.0705  crash when there is an error in a timer callback
  1611  8.0.0706  crash when cancelling the cmdline window in Ex mode
  1792  8.0.0707  freeing wrong memory with certain autocommands
 36722  8.0.0708  some tests are old style
  8257  8.0.0709  libvterm cannot use vsnprintf()
  3625  8.0.0710  a job that writes to a buffer clears completion
  2024  8.0.0711  cannot build without the wildmenu feature
  2931  8.0.0712  the terminal implementation is incomplete
  1869  8.0.0713  'termkey' option not fully implemented
  2966  8.0.0714  when a timer causes a command line redraw " goes missing
  5735  8.0.0715  writing to wrong buffer if channel output buffer was closed
 15907  8.0.0716  not easy to start Vim cleanly
  1883  8.0.0717  terminal feature precence unclear
 20877  8.0.0718  output of job in terminal is not displayed
  3357  8.0.0719  build failure without +terminal feature
  3069  8.0.0720  unfinished mapping not displayed when running timer
  6506  8.0.0721  :argedit can only have one argument
  1568  8.0.0722  screen is messed by timer up at inputlist() prompt
  3001  8.0.0723  arglist test fails if file name case is ignored
  4352  8.0.0724  the message for yanking doesn't indicate the register
  9961  8.0.0725  a terminal window does not handle keyboard input
  1859  8.0.0726  translations cleanup script is too conservative
  1723  8.0.0727  message about what register to yank into is not translated
  9162  8.0.0728  the terminal structure is never freed
 11121  8.0.0729  the help for the terminal configure option is wrong
 24213  8.0.0730  terminal feature only supports Unix-like systems
  4642  8.0.0731  cannot build the terminal feature on MS-Windows
  3542  8.0.0732  when updating a buffer modeless selection is lost
 24546  8.0.0733  can only add entries to one list in the quickfix stack
  2442  8.0.0734  the script to check translations can be improved
  3222  8.0.0735  no indication that the quickfix window/buffer changed
 19775  8.0.0736  OptionSet not triggered when entering diff mode
 11441  8.0.0737  crash when X11 selection is very big
  6898  8.0.0738  cannot use the mouse to resize a terminal window
  9238  8.0.0739  terminal resizing doesn't work well
  3417  8.0.0740  cannot resize a terminal window by the command
  1618  8.0.0741  cannot build with HPUX
 40677  8.0.0742  terminal feature does not work on MS-Windows
  2173  8.0.0743  the 'termsize' option can be set to an invalid value
 15890  8.0.0744  terminal window does not use a pty
  2476  8.0.0745  multi-byte characters in a terminal don't display well
  3285  8.0.0746  when :term fails the job is not properly cleaned up
  2538  8.0.0747  :terminal without an argument doesn't work
  8829  8.0.0748  running Vim in terminal window doesn't use the right colors
  1539  8.0.0749  some unicode digraphs are hard to remember
  8318  8.0.0750  OpenPTY missing in non-GUI build
  2988  8.0.0751  OpenPTY missing with some combination of features
  1682  8.0.0752  build fails on MS-Windows
  5881  8.0.0753  no size reports to a job running in a terminal
  7329  8.0.0754  terminal window does not support colors
 13498  8.0.0755  terminal window does not have colors in the GUI
  4736  8.0.0756  cannot build libvterm with MSVC
  1459  8.0.0757  libvterm MSVC Makefile not included in the distribution
  2574  8.0.0758  possible crash when using a terminal window
  4207  8.0.0759  MS-Windows: terminal does not adjust size
  3481  8.0.0760  terminal window colors wrong with 'termguicolors'
 21713  8.0.0761  options not set properly for a terminal buffer
  3101  8.0.0762  ml_get error with :psearch in buffer without a name
  7841  8.0.0763  libvterm can be improved
  5583  8.0.0764  'termkey' does not work yet
  2355  8.0.0765  build fails with tiny features
  1619  8.0.0766  option test fails with +terminal feature
  1751  8.0.0767  build failure with Athena and Motif
 11084  8.0.0768  terminal window status shows "[Scratch]"
 16219  8.0.0769  build problems with terminal on MS-Windows
  1946  8.0.0770  compiler warning for missing field initializer
  3692  8.0.0771  cursor in terminal window not always updated in GUI
  6875  8.0.0772  other stdbool.h dependencies in libvterm
 20141  8.0.0773  mixing 32 and 64 bit libvterm builds fails
  3642  8.0.0774  build failure without the multi-byte feature
  5129  8.0.0775  in a terminal the cursor is updated too often
  5759  8.0.0776  function prototypes missing without the quickfix feature
  6297  8.0.0777  compiler warnings with 64 bit compiler
  1886  8.0.0778  in a terminal the cursor may be hidden
  1704  8.0.0779  :term without an argument uses empty buffer name
  1957  8.0.0780  build failure on Travis
  3031  8.0.0781  MS-Windows: memory leak when using :terminal
  8575  8.0.0782  using freed memory in quickfix code
  1939  8.0.0783  job of terminal may be freed too early
  2430  8.0.0784  job of terminal may be garbage collected
  5892  8.0.0785  wildcards are not expanded for :terminal
  2711  8.0.0786  build failures on Travis
  7117  8.0.0787  cannot send CTRL-W command to terminal job
  2351  8.0.0788  MS-Windows: cannot build with terminal feature
  2403  8.0.0789  splitting terminal window has resizing problems
  2323  8.0.0790  MSVC compiler warning for strncpy in libvterm
 13198  8.0.0791  terminal colors depend on the system
  2200  8.0.0792  spell test leaves files behind
  1816  8.0.0793  using wrong terminal name for terminal window
  6587  8.0.0794  checking translations fails with multiple NL
  1604  8.0.0795  terminal feature does not build with older MSVC
  2883  8.0.0796  no coverage on Travis with clang
 22981  8.0.0797  finished job in terminal window is not handled
  7932  8.0.0798  no highlighting in a terminal window with a finished job
  1396  8.0.0799  missing semicolon
  3991  8.0.0800  terminal window scrollback contents is wrong
  1724  8.0.0801  terminal window title says "running" after job exits
  2027  8.0.0802  last line of terminal window has no color
 25373  8.0.0803  terminal window functions not yet implemented
  2482  8.0.0804  running tests fails when stdin is /dev/null
  2100  8.0.0805  GUI test fails with gnome2
  1674  8.0.0806  tests may try to create XfakeHOME twice
  8506  8.0.0807  terminal window can't handle mouse buttons
  1740  8.0.0808  cannot build with terminal feature and DEBUG defined
  2458  8.0.0809  MS-Windows: tests hang
  1563  8.0.0810  MS-Windows: tests still hang
  1991  8.0.0811  MS-Windows: test_expand_dllpath fails
  1506  8.0.0812  terminal window colors shift when 'number' is set
 26034  8.0.0813  cannot use a terminal window while the job is running
  1427  8.0.0814  file in Filelist does not exist
  2353  8.0.0815  terminal window not correctly updated
  2060  8.0.0816  crash when using invalid buffer number
  8591  8.0.0817  cannot get the terminal line at the cursor
  5904  8.0.0818  cannot get the cursor position of a terminal
  2241  8.0.0819  cursor not positioned in terminal window
  2945  8.0.0820  GUI: cursor in terminal window lags behind
  6303  8.0.0821  cannot get the title and status of a terminal window
  1466  8.0.0822  Test_with_partial_callback is a tiny bit flaky
  4125  8.0.0823  cannot paste text into a terminal window
  3438  8.0.0824  in Terminal mode the cursor and screen gets redrawn
  9619  8.0.0825  not easy to see that a window is a terminal window
  2001  8.0.0826  cannot use text objects in Terminal mode
  1970  8.0.0827  Coverity: could leak pty file descriptor
  1508  8.0.0828  Coverity: may dereference NULL pointer
  2943  8.0.0829  job running in terminal can't communicate with Vim
  3435  8.0.0830  translating messages is not ideal
 10657  8.0.0831  with 8 colors the bold attribute is not set properly
  8556  8.0.0832  terminal function arguments are not consistent
  1898  8.0.0833  terminal test fails
  2492  8.0.0834  can't build without the client-server feature
  1852  8.0.0835  translations check with msgfmt does not work
  6453  8.0.0836  can abandon a terminal buffer after making a change
  1983  8.0.0837  signs can be drawn on top of console messages
  7879  8.0.0838  buffer hangs around whem terminal window is closed
  5431  8.0.0839  cannot kill a job in a terminal with CTRL-C
  4809  8.0.0840  MS-Windows: fopen() and open() prototypes are wrong
  2307  8.0.0841  term_getline() may cause a crash
  2572  8.0.0842  using slave pty after closing it
  1963  8.0.0843  MS-Windows: compiler warning for signed/unsigned
  2530  8.0.0844  wrong function prototype because of missing static
  2659  8.0.0845  MS-Windows: missing semicolon in terminal code
 14366  8.0.0846  cannot get the name of the pty of a job
  4988  8.0.0847  :argadd without argument can't handle space in file name
 25686  8.0.0848  using multiple ch_log functions is clumsy
 14360  8.0.0849  crash when job exit callback wipes the terminal
  2600  8.0.0850  MS-Windows: error message while starting up may be broken
  2538  8.0.0851  'smartindent' is used even when 'indentexpr' is set
  2035  8.0.0852  MS-Windows: possible crash when giving a message on startup
  1817  8.0.0853  crash when running terminal with unknown command
 15926  8.0.0854  no redraw after terminal was closed
  3160  8.0.0855  MS-Windows: can't get tty name of terminal
  1485  8.0.0856  MS-Windows: terminal job doesn't take options
  1684  8.0.0857  terminal test fails on MS-Windows
 20118  8.0.0858  can exit while a terminal is still running a job
  1718  8.0.0859  NULL pointer access when term_free_vterm called twice
  7619  8.0.0860  side effects when channel appends to a buffer
 20776  8.0.0861  still many old style tests
  2191  8.0.0862  file size test fails on MS-Windows
  9303  8.0.0863  a remote command does not work in the terminal window
  7596  8.0.0864  cannot specify the name of a terminal
  1475  8.0.0865  cannot build with channel but without terminal feature
  1636  8.0.0866  Solaris also doesn't have MIN and MAX
  4623  8.0.0867  job and channel in a dict value not quoted
  3737  8.0.0868  cannot specify the terminal size on the command line
  5374  8.0.0869  job output is sometimes not displayed in a terminal
  2018  8.0.0870  mouse escape codes sent to terminal unintentionally
  1532  8.0.0871  status line for a terminal window always has "[+]".
  4019  8.0.0872  no mouse scroll with a terminal window
 12467  8.0.0873  in terminal cannot use CTRL-\ CTRL-N to start Visual mode
  1759  8.0.0874  can't build with terminal feature
  1503  8.0.0875  crash with weird command sequence
  2631  8.0.0876  backslashes and wildcards in backticks don't work
 16998  8.0.0877  using CTRL-\ CTRL-N in terminal is inconsistent
  5436  8.0.0878  no completion for :mapclear
  2061  8.0.0879  crash when shifting with huge number
 10190  8.0.0880  Travis uses an old Ubuntu version
  3549  8.0.0881  win32.mak no longer included in Windows SDK
 11657  8.0.0882  term_scrape() and term_getline() require two arguments
  2162  8.0.0883  invalid memory access with nonsensical script
  5036  8.0.0884  can't specify the wait time for term_wait()
 20045  8.0.0885  terminal window scrollback is stored inefficiently
  3030  8.0.0886  crash when using ":term ls"
  1461  8.0.0887  can create a logfile in the sandbox
  2809  8.0.0888  compiler warnings with 64 bit build
  1613  8.0.0889  gcc gives warnings for uninitialized variables
 19426  8.0.0890  still many old style tests
  1901  8.0.0891  uninitialized memory use with empty line in terminal
  3168  8.0.0892  when opening a terminal the pty size doesn't always match
  7133  8.0.0893  cannot get the scroll count of a terminal window
 35227  8.0.0894  there is no test for runtime filetype detection
  8997  8.0.0895  filetype test fails on MS-Windows
 17336  8.0.0896  cannot close a terminal window when the job ends
  1674  8.0.0897  wrong error message for invalid term_finish value
 16128  8.0.0898  can't use the alternate screen in a terminal window
  5899  8.0.0899  function name mch_stop_job() is confusing
  3940  8.0.0900  :tab options doesn't open a new tab page
  1483  8.0.0901  asan suppress file missing from distribution
 29768  8.0.0902  cannot specify directory or environment for a job
  1382  8.0.0903  early return from test function
  9784  8.0.0904  cannot set a location list from text
  4660  8.0.0905  MS-Windows: broken multi-byte characters in the console
  2518  8.0.0906  don't recognize Couchbase files
  1628  8.0.0907  with cp932 font names might be misinterpreted
 15834  8.0.0908  cannot set terminal size with options
  1749  8.0.0909  channel test fails
  9016  8.0.0910  cannot create a terminal in the current window
  4099  8.0.0911  terminal test takes too long
 13319  8.0.0912  cannot run a job in a hidden terminal
  3740  8.0.0913  MS-Windows: CTRL-C kills shell in terminal window
  6513  8.0.0914  highlight attributes are always combined
  1686  8.0.0915  wrong initialisation of global
  7600  8.0.0916  cannot specify properties of window for terminal open
  3559  8.0.0917  MS-Windows:CTRL-C handling in terminal window is wrong
 23026  8.0.0918  cannot get terminal window cursor shape or attributes
  1619  8.0.0919  cursor color isn't set on startup
  2112  8.0.0920  cursor wrong after switching altscreen in terminal
 10013  8.0.0921  terminal window cursor shape not supported in the GUI
 16130  8.0.0922  quickfix list always added after current one
  4452  8.0.0923  crash in GUI when terminal job exits
  3552  8.0.0924  terminal window not updated after using term_sendkeys()
  2470  8.0.0925  MS-Windows GUI: channel I/O not handled right away
  1774  8.0.0926  when job in terminal window ends topline is wrong
  1996  8.0.0927  if a terminal job sends a blank title "running" is not shown
 20753  8.0.0928  MS-Windows: passing arglist to job has escaping problems
  2095  8.0.0929  :term without argument does not work
  3456  8.0.0930  terminal buffers are stored in the viminfo file
  2471  8.0.0931  getwininfo() does not indicate a terminal window
 10832  8.0.0932  terminal may not use right characters for BS and Enter
  3178  8.0.0933  terminal test tries to start GUI when it's not possible
  1923  8.0.0934  (after 8.0.0932) change to struts.h missing in patch
  2852  8.0.0935  cannot recognize a terminal buffer in :ls output
  2403  8.0.0936  mode() returns wrong value for a terminal window
  9915  8.0.0937  user highlight groups not adjusted for terminal
  2477  8.0.0938  scrolling in terminal window is inefficient
  2256  8.0.0939  Test_terminal_env is flaky
  3442  8.0.0940  Test_terminal_scrape_multibyte is flaky
 30777  8.0.0941  existing color schemes don't like StatusLineTerm
  2748  8.0.0942  using freed memory with ":terminal"
  2443  8.0.0943  MS-Windows: Test_terminal_scrape_multibyte may fail
  2494  8.0.0944  test_profile is a little bit flaky
  1770  8.0.0945  64-bit compiler warnings
  2225  8.0.0946  using PATH_MAX does not work well on some systems
  1777  8.0.0947  entering terminal using C-O C-W C-W goes to Insert mode
  5586  8.0.0948  crash if timer closes window while dragging status line
  4714  8.0.0949  winpty.dll name is fixed
  2355  8.0.0950  MS-Windows: wrong #ifdef, compiler warnings
  1664  8.0.0951  another wrong #ifdef
  5666  8.0.0952  has('terminal') does not check existence of dll file 
  6227  8.0.0953  get "no write since last change" error in terminal window
  3102  8.0.0954  /proc/self/exe might be a relative path
  2971  8.0.0955  Test_existent_file() fails on some file systems
 27279  8.0.0956  scrolling in a terminal window has flicker
 12490  8.0.0957  a terminal job can deadlock when sending many keys
  1589  8.0.0958  terminal test fails on Windows when winpty dll is missing
  2242  8.0.0959  build failure on MS-Windows
  6434  8.0.0960  job in terminal does not get CTRL-C
  1995  8.0.0961  the script to build the installer does not include winpty
  4168  8.0.0962  crash with virtualedit and joining lines
  2377  8.0.0963  terminal test fails on MacOS
  2175  8.0.0964  channel write buffer does not work with poll()
 18019  8.0.0965  not restoring cursor shape after it was set in a terminal
  1275  8.0.0966  build failure without terminal feature
  2513  8.0.0967  using a terminal may cause the cursor to blink
  1971  8.0.0968  crash when switching terminal modes
  1638  8.0.0969  Coverity warning for unused return value
  1995  8.0.0970  passing invalid highlight id
  2412  8.0.0971  'winptydll' missing from :options
  2000  8.0.0972  compiler warnings for unused variables
 11781  8.0.0973  initial info about blinking cursor is wrong
  6797  8.0.0974  resetting a string option does not trigger OptionSet
  1608  8.0.0975  using freed memory when setting 'backspace'
 12695  8.0.0976  cannot send lines to a terminal job
  4971  8.0.0977  cannot send lines to a terminal job on MS-Windows
  1987  8.0.0978  writing to terminal job is not tested
  2435  8.0.0979  terminal noblock test fails on MS-Windows
  1916  8.0.0980  Coverity warning for failing to open /dev/null
  2609  8.0.0981  cursor in terminal window blinks by default
  6545  8.0.0982  cannot use a terminal when 'encoding' is non-utf8 multi-byte
  1901  8.0.0983  unnecessary check for NULL pointer
  4110  8.0.0984  terminal blinking cursor not correct in the GUI
  8534  8.0.0985  libvterm has its own idea of character width
  3731  8.0.0986  terminal feature always requires multi-byte feature
  2117  8.0.0987  terminal: second byte of double-byte char wrong
  2353  8.0.0988  warning from Covscan about using NULL pointer
  4920  8.0.0989  ActiveTcl dll name has changed in 8.6.6
  3128  8.0.0990  with DBCS 'encoding' wrong pasting register into terminal
  2206  8.0.0991  using wrong character conversion for DBCS
  1895  8.0.0992  terminal title is wrong when 'encoding' is DBCS
  1585  8.0.0993  sometimes an xterm sends an extra CTRL-X
  2085  8.0.0994  MS-Windows: cursor in terminal blinks undesirably
  1642  8.0.0995  terminal tests fail on Mac
  4110  8.0.0996  Mac: t_RS is echoed on the screne in Terminal.app
  2262  8.0.0997  libvterm and Terminal.app not regognized from termresponse
  2270  8.0.0998  strange error when using K while only spaces are selected
  8750  8.0.0999  indenting raw C++ strings is wrong
 18622  8.0.1000  cannot open a terminal without running a job in it
  1877  8.0.1001  setting 'encoding' makes 'printheader' invalid
  7770  8.0.1002  unnecessarily updating screen after timer callback
  1572  8.0.1003  64 bit compiler warning
  8206  8.0.1004  matchstrpos() without a match returns too many items
 14038  8.0.1005  terminal without job updates slowly in GUI
  8141  8.0.1006  quickfix list changes when parsing text with 'erroformat'
  3394  8.0.1007  no test for filetype detection for scripts
  5595  8.0.1008  slow updating of terminal window in Motif
 13356  8.0.1009  Xterm cursor blinking status may be inverted
  1560  8.0.1010  build failure without termresponse feature
  1046  8.0.1011  terminal test fails with Athena and Motif
  9299  8.0.1012  MS-Windows: problem with $HOME when it was set internally
  8510  8.0.1013  terminal window behaves different from a buffer with changes
  3748  8.0.1014  old compiler doesn't know uint32_t
  2928  8.0.1015  missing update to terminal test
  9700  8.0.1016  gnome terminal echoes t_RC
  6040  8.0.1017  test for MS-Windows $HOME always passes
  2411  8.0.1018  warnings from 64-bit compiler
  3028  8.0.1019  pasting in virtual edit happens in the wrong place
  5240  8.0.1020  when a timer calls getchar(1) input is overwritten
  1884  8.0.1021  older Gnome terminal still echoes t_RC
 20550  8.0.1022  test 80 is old style
 15164  8.0.1023  it is not easy to identify a quickfix list
  6477  8.0.1024  folds lost when session file has a buffer in two windows
  1267  8.0.1025  stray copy command in test
 24683  8.0.1026  GTK on-the-spot input has problems
  2224  8.0.1027  more terminals can't handle requesting cursor mode
  2078  8.0.1028  MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set
  2908  8.0.1029  return value of getqflist() is inconsistent
  5036  8.0.1030  MS-Windows: wrong size computation in is_cygpty()
 13631  8.0.1031  "text" argument for getqflist() is confusing
  2642  8.0.1032  "make tags" doesn't work well on MS-Windows
  5942  8.0.1033  detecting background color does not work in screen
  7443  8.0.1034  sending buffer lines to terminal doesn't work on MS-Windows
  7265  8.0.1035  sending buffer lines to terminal doesn't work on MS-Windows
  8131  8.0.1036  ++eof argument for terminal only available on MS-Windows
  4603  8.0.1037  "icase" of 'diffopt' is not used for highlighting
 24538  8.0.1038  strike-through text not supported
 11428  8.0.1039  cannot change a line in not current buffer
 11340  8.0.1040  cannot use another error format in getqflist()
 13529  8.0.1041  bogus characters when indenting during visual-block append
  1756  8.0.1042  without the syntax feature highlighting doesn't work
  2434  8.0.1043  warning for uninitialized variable
  1471  8.0.1044  warning for uninitialized variable
  1450  8.0.1045  running tests may pollute shell history
  3781  8.0.1046  code duplication in diff mode
  1630  8.0.1047  buffer overflow in Ruby
  5953  8.0.1048  no test for what 8.0.1020 fixes
  2151  8.0.1049  shell on Mac can't handle long text
  4960  8.0.1050  terminal window feature not included by default
  3022  8.0.1051  cannot run terminal with spaces in argument
  7960  8.0.1052  term_start() does not allow in_io, out_io and err_io options
  4532  8.0.1053  setline() does not work on startup
  2709  8.0.1054  terminal test fails on MS-Windows
  2277  8.0.1055  bufline test hangs on MS-Windows
  1766  8.0.1056  cannot build with +diff but without +multi_byte
  1909  8.0.1057  terminal scrape test waits too long
  1530  8.0.1058  terminal redirection test is flaky
  2023  8.0.1059  older Gnome terminal returns smaller version number
  2274  8.0.1060  when imstyle is one, mapping <Left> breaks preediting
  2779  8.0.1061  Coverity: no check for NULL command
  2373  8.0.1062  Coverity warnings in libvterm
  3166  8.0.1063  Coverity warns for NULL check and array use
  1451  8.0.1064  Coverity warns for leaking resource
  1651  8.0.1065  not all macro examples are included
  1703  8.0.1066  some terminals can't handle requesting cursor mode
  5928  8.0.1067  try/catch in timer does not prevent it from being stopped
  1672  8.0.1068  vandyke SecureCRT terminal can't handle cursor mode request
  2223  8.0.1069  still get CTRL-X sometimes
  1400  8.0.1070  terminal test is flaky on Mac
  3113  8.0.1071  putty-color and cygwin-color are not recognized
 20670  8.0.1072  :highlight command causes a redraw even when nothing changed
  3275  8.0.1073  may get an endless loop if 'statusline' changes a highlight
 21263  8.0.1074  ":term NONE" does not work on MS-Windows
  3130  8.0.1075  MS-Windows: mouse does not work in terminal
  9837  8.0.1076  term_start() does not take callbacks
  5666  8.0.1077  no debugger making use of the terminal window
  2896  8.0.1078  using freed memory with ":hi Normal"
  2033  8.0.1079  memory leak when remote_foreground() fails
  1817  8.0.1080  memory leak for eof_chars terminal option and buffer name
  3637  8.0.1081  memory leak for the channel write queue
  3109  8.0.1082  tests fail when run under valgrind
  4505  8.0.1083  leaking memory in input part of channel
  6808  8.0.1084  GTK build has compiler warnings
 16300  8.0.1085  terminal debugger can't set breakpoints
  2347  8.0.1086  can't build with GTK 3
  4871  8.0.1087  Test_terminal_cwd is flaky
 21197  8.0.1088  occasional memory use after free
  3762  8.0.1089  cannot get range count in user command
  5785  8.0.1090  cannot get the text under the cursor like v:beval_text
  4753  8.0.1091  test for <cexpr> fails without +balloon_eval feature
  9741  8.0.1092  terminal debugger can't evaluate expressions
 10893  8.0.1093  various small quickfix issues
  2126  8.0.1094  using ssh from Terminal.app runs into xterm incompatibility
  1722  8.0.1095  terminal multibyte escrape test is flaky
  5675  8.0.1096  terminal window in Normal mode has wrong background
  8490  8.0.1097  background color wrong if job changes background color
  1857  8.0.1098  build failure if libvterm installed
  4677  8.0.1099  warnings for GDK calls
  5251  8.0.1100  stuck in redraw loop when 'lazyredraw' is set
  2636  8.0.1101  channel write fails if writing to log fails
  8452  8.0.1102  terminal window does not use Normal colors
  1493  8.0.1103  converting cterm color fails for grey ramp
 13111  8.0.1104  the qf_jump() function is too long
  4871  8.0.1105  match() and matchend() are not tested
  2305  8.0.1106  terminal colors wrong on an MS-Windows console
  6406  8.0.1107  terminal debugger jumps to non-existing file
 24281  8.0.1108  cannot specify mappings for the terminal window
  3375  8.0.1109  timer causes error on exit from Ex mode
  3571  8.0.1110  FORTIFY_SOURCE from Perl causes problems
  3305  8.0.1111  syntax error in configure when using Perl
  5263  8.0.1112  can't get size or current index from quickfix list
  2094  8.0.1113  can go to Insert mode from Terminal-Normal mode
  3565  8.0.1114  default for 'iminsert' is annoying
  2774  8.0.1115  crash when using foldtextresult() recursively
  2253  8.0.1116  terminal test fails on MS-Windows
  2203  8.0.1117  Test_terminal_no_cmd hangs on MS-Windows with GUI
260726  8.0.1118  FEAT_WINDOWS adds a lot of #ifdefs
  3860  8.0.1119  quitting a split terminal window kills the job
  4969  8.0.1120  :tm means :tmap instead of :tmenu
  1718  8.0.1121  can uncheck executables in MS-Windows installer
  1732  8.0.1122  vimtutor.bat doesn't work well with vim.bat
 51585  8.0.1123  cannot define a toolbar for a window
  2406  8.0.1124  use of MZSCHEME_VER is unclear
  3802  8.0.1125  wrong window height when splitting window with window toolbar
  2983  8.0.1126  endless resize when terminal showing in two buffers
  4670  8.0.1127  Test_peek_and_get_char fails on 32 bit system
  4063  8.0.1128  old xterm sends CTRL-X in response to t_RS
  1811  8.0.1129  window toolbar missing a part of the patch
 22681  8.0.1130  the qf_jump() function is still too long
  3309  8.0.1131  not easy to trigger an autocommand for new terminal window
  1659  8.0.1132  #if condition is not portable
 10373  8.0.1133  syntax timeout not used correctly
  1374  8.0.1134  superfluous call to syn_get_final_id()
 19402  8.0.1135  W_WINCOL() is always the same
 58323  8.0.1136  W_WIDTH() is always the same
  1522  8.0.1137  (after 8.0.1136) cannot build with Ruby
  3567  8.0.1138  click in window toolbar starts Visual mode
 12380  8.0.1139  using window toolbar changes state
 31234  8.0.1140  still old style tests
 11341  8.0.1141  MS-Windows build dependencies are incomplete
  1637  8.0.1142  window toolbar menu gets a tear-off item
  5078  8.0.1143  macros always expand to the same thing
  1823  8.0.1144  using wrong #ifdef for computing length
  1402  8.0.1145  warning when compiling with Perl
  5626  8.0.1146  redraw when highlight is set with same names
  2807  8.0.1147  fail to build with tiny features
  6184  8.0.1148  gN doesn't work on last match with 'wrapscan' off
  7330  8.0.1149  libvterm colors differ from xterm
  6189  8.0.1150  MS-Windows GUI: dialog font size is incorrect
  2494  8.0.1151  "vim -c startinsert!" doesn't append
  6487  8.0.1152  encoding of error message wrong in Cygwin terminal
  2997  8.0.1153  no tests for diff_hlID() and diff_filler()
  2716  8.0.1154  'indentkeys' does not work properly
  1651  8.0.1155  Ruby command triggers a warning
  5135  8.0.1156  trouble from removing one -W argument from Perl CFLAGS
  1957  8.0.1157  compiler warning on MS-Windows
 19930  8.0.1158  still old style tests
  1422  8.0.1159  typo in #ifdef
  4246  8.0.1160  getting tab-local variable fails after closing window
 15633  8.0.1161  popup menu drawing problem when resizing terminal
  2424  8.0.1162  shared script for tests cannot be included twice
  2326  8.0.1163  popup test is flaky
  5362  8.0.1164  changing StatusLine highlight does not always work
  2287  8.0.1165  popup test is still flaky
  1843  8.0.1166  :terminal doesn't work on Mac High Sierra
  3377  8.0.1167  Motif: typing in terminal window is slow
 18426  8.0.1168  wrong highlighting with combination of match and 'cursorline'
  6918  8.0.1169  highlignting one char too many with 'list' and 'cul'
  8572  8.0.1170  using termdebug results in 100% CPU time
  1960  8.0.1171  popup test is still a bit flaky
  2139  8.0.1172  when E734 is given option is still set
  2122  8.0.1173  terminal window is not redrawn after CTRL-L
  2549  8.0.1174  Mac Terminal.app has wrong color for white
  1604  8.0.1175  build failure without +termresponse
  3713  8.0.1176  job_start() does not handle quote and backslash correctly
  3037  8.0.1177  in a terminal window the popup menu is not cleared
 13382  8.0.1178  using old compiler on MS-Windows
  4730  8.0.1179  Test_popup_and_window_resize() does not always pass
  3172  8.0.1180  MS-Windows testclean target deletes the color script
  3492  8.0.1181  tests using Vim command fail on MS-Windows
  6434  8.0.1182  cannot see or change mzscheme dll name
 21325  8.0.1183  MS-Windows build instructions are outdated
  3027  8.0.1184  the :marks command is not tested
  3657  8.0.1185  Ruby library includes minor version number
 59388  8.0.1186  still quite a few old style tests
  2231  8.0.1187  building with lua fails for OSX on Travis
  2201  8.0.1188  autocmd test fails on MS-Windows
  2664  8.0.1189  E172 is not actually useful
  3139  8.0.1190  unusable after opening new window in BufWritePre event
 48977  8.0.1191  MS-Windows: missing 32 and 64 bit files in installer
  2725  8.0.1192  MS-Windows: terminal feature not enabled by default
  2290  8.0.1193  crash when wiping out a buffer after using getbufinfo()
 18327  8.0.1194  actual fg and bg colors of terminal are unknown
  3015  8.0.1195  can't build on MS-Windows
  1390  8.0.1196  crash when t_RF is not set
  3354  8.0.1197  MS-Windows build instructions are not up to date
  3745  8.0.1198  older compilers don't know uint8_t
  1736  8.0.1199  when 'clipboard' is "autoselectplus" star register is set
 13957  8.0.1200  tests switch the bell off twice
  3421  8.0.1201  "yL" is affected by 'scrolloff'
  2309  8.0.1202  :wall gives an errof for a terminal window
  5562  8.0.1203  terminal window mistreats composing characters 
  2955  8.0.1204  a QuitPre autocommand may get the wrong file name
  2475  8.0.1205  it is possible to unload a changed buffer
  7183  8.0.1206  no autocmd for entering or leaving the command line
  8162  8.0.1207  profiling skips the first and last script line
  5742  8.0.1208  'statusline' drops empty group with highlight change 
 23442  8.0.1209  still too many old style tests
  3564  8.0.1210  CTRL-G and CTRL-T are ignored with typeahead
  5464  8.0.1211  cannot reorder tab pages with drag & drop
  4263  8.0.1212  MS-Windows: tear-off menu does not work on 64 bit
  2684  8.0.1213  setting 'mzschemedll' has no effect
  2320  8.0.1214  accessing freed memory when EXITFREE is set
 15385  8.0.1215  newer gcc warns for implicit fallthrough
  1330  8.0.1216  tabline is not always updated for :file command
  3979  8.0.1217  can't use remote eval to inspect vars in debug mode
  5175  8.0.1218  writing to freed memory in autocmd
  2505  8.0.1219  terminal test is flaky
  2561  8.0.1220  skipping empty statusline groups is not correct
 48749  8.0.1221  still too many old style tests
  3624  8.0.1222  test functions interfere with each other
  4155  8.0.1223  crash when using autocomplete and tab pages
 10925  8.0.1224  still interference between test functions
  2413  8.0.1225  no check for spell region being zero
  3003  8.0.1226  edit and popup tests failing
  2112  8.0.1227  undefined left shift in readfile() 
  1941  8.0.1228  invalid memory access in GUI test
  1740  8.0.1229  condition in vim_str2nr() is always true
  2557  8.0.1230  CTRL-A in Visual mode uses character after selection
  2864  8.0.1231  expanding file name drops dash
 10847  8.0.1232  MS-Windows users are confused about default mapping
  1407  8.0.1233  typo in dos installer
  7047  8.0.1234  MS-Windows: composing chars are not shown properly
  4732  8.0.1235  cannot disable the terminal feature in a huge build
 98987  8.0.1236  Mac features are confusing
  4259  8.0.1237  ":set scroll&" often gives an error
 17328  8.0.1238  incremental search only shows one match
 14313  8.0.1239  cannot use a lambda for the skip argument to searchpair()
  8450  8.0.1240  MS-Windows: term_start() does not support environment
  1812  8.0.1241  popup test is flaky
  2983  8.0.1242  function argument with only dash is seen as number zero
  2386  8.0.1243  no test for what 8.0.1227 fixes
  2901  8.0.1244  search test does not work correctly on MS-Windows
  8703  8.0.1245  when WaitFor() has a wrong expression it just waits a second
  2066  8.0.1246  popup test has an arbitrary delay
  1868  8.0.1247  not easy to find Debian build info
  3096  8.0.1248  stray + in README file
  2701  8.0.1249  no error when WaitFor() gets an invalid wrong expression
  7444  8.0.1250  'hlsearch' highlighting not removed after incsearch
  1938  8.0.1251  invalid expressin passed to WaitFor()
  5796  8.0.1252  incomplete translations makefile for MinGW/Cygwin
 28392  8.0.1253  still too many old style tests
  5746  8.0.1254  undefined left shift in gethexchrs()
  2329  8.0.1255  duplicate badge README file
  4110  8.0.1256  typo in configure variable vim_cv_tgent
  1476  8.0.1257  no test for fix of undefined behavior
  2713  8.0.1258  'ttymouse' is set to "sgr" even though it's not supported
 10851  8.0.1259  search test can be flaky
 16530  8.0.1260  using global variables for WaitFor()
  4615  8.0.1261  program in terminal window gets NL instead of CR
  1419  8.0.1262  terminal redir test is flaky
  7167  8.0.1263  others can read the swap file if a user is careless
  4307  8.0.1264  terminal debugger gets stuck in small window
  1553  8.0.1265  swap test not skipped when there is one group
  4535  8.0.1266  Test_swap_directory was commented out
  3448  8.0.1267  Test_swap_group may leave file behind
 11037  8.0.1268  PC install instructions are incomplete
  5447  8.0.1269  effect of autocommands on marks is not tested
  3332  8.0.1270  mismatching file name with Filelist
 47353  8.0.1271  still too many old style tests
  1889  8.0.1272  warnings for unused variables in tiny build
  1228  8.0.1273  old test file remaining
  4009  8.0.1274  setbufline() fails when using folding
  1831  8.0.1275  CmdlineLeave autocmd prevents fold from opening
  2764  8.0.1276  key lost when window closed in exit callback
  6078  8.0.1277  terminal window CR-NL conversions may cause problems
  8002  8.0.1278  GUI window always resizes when adding scrollbar
 29546  8.0.1279  initializing menus can be slow
 49591  8.0.1280  Python None cannot be converted to a Vim type
 67887  8.0.1281  loading file type detection slows down startup
  2523  8.0.1282  script-local variable defined in the wrong script
  2002  8.0.1283  test 86 fails under ASAN
  4867  8.0.1284  loading file type detection slows down startup
 69503  8.0.1285  distributed autoload files may clash with user files
  1725  8.0.1286  occasional crash when using a channel
  3275  8.0.1287  temp file used for viminfo may have wrong permissions
  2356  8.0.1288  GUI: cannot drag the statusline of a terminal window
  3670  8.0.1289  mkview always includes the local directory
  5940  8.0.1290  seq_cur of undotree() wrong after undo
  2584  8.0.1291  C indent wrong when * immediately follows comment
  1806  8.0.1292  quick clicks in the WinBar start Visual mode
 22450  8.0.1293  setting a breakpoint in the terminal debugger sometimes fails
  1428  8.0.1294  GUI: get stuck when splitting a terminal window
 10008  8.0.1295  cannot automatically get a server name in a terminal
  1741  8.0.1296  checking the same condition twice
  1786  8.0.1297  +autoservername does not show enabled on MS-Windows
  1863  8.0.1298  missing test file
  5460  8.0.1299  bracketed paste does not work well in terminal window
 12151  8.0.1300  file permissions may end up wrong when writing
  1634  8.0.1301  generated license file for NSIS has a modeline
 39940  8.0.1302  still too many old style tests
  3171  8.0.1303  'ttymouse' is not set to "sgr" for Terminal.app and Iterm2
  4163  8.0.1304  CTRL-G/CTRL-T don't work with incsearch and empty pattern
  4684  8.0.1305  writefile() never calls fsync()
  2955  8.0.1306  ASAN error stack trace is not useful
  1592  8.0.1307  compiler warning for ignoring return value
  2137  8.0.1308  the "Reading from stdin" message may be undesired
 41138  8.0.1309  cannot use 'balloonexpr' in a terminal
  1498  8.0.1310  cproto generates errors because of missing type
  3248  8.0.1311  no test for strpart()
150207  8.0.1312  balloon_show() only works in terminal when compiled with GUI
 52453  8.0.1313  missing dependencies cause parallel make to fail
  3632  8.0.1314  build fails on Mac
  1460  8.0.1315  build still fails on Mac
  1284  8.0.1316  build still still fails on Mac
  1518  8.0.1317  accessing freed memory in term_wait()
 17426  8.0.1318  terminal balloon only shows one line
  3380  8.0.1319  can't build GUI on MS-Windows
  1390  8.0.1320  popup test fails on GUI-only build
  3125  8.0.1321  can't build huge version with Athena
  1446  8.0.1322  textformat test isn't run
  2657  8.0.1323  mouse events in a terminal window may cause endless loop
  2304  8.0.1324  some xterm sends different mouse move codes
  4279  8.0.1325  more tests are not run
  3109  8.0.1326  largefile test fails on CI, glob test on MS-Windows
  1339  8.0.1327  new proto file missing from distribution
  4489  8.0.1328  trouble when using ":term ++close" with autocmd
  2188  8.0.1329  when a flaky test fails it also often fails the second time
  8995  8.0.1330  MS-Windows: job in terminal can't get back to Vim
  2272  8.0.1331  possible crash when window can be zero lines high
  4355  8.0.1332  highlighting in quickfix window could be better
  4221  8.0.1333  some tests are run twice
  5170  8.0.1334  splitting a window with a WinBar damages window layout
  1824  8.0.1335  writefile() using fsync() may give an error.
 17090  8.0.1336  cannot use imactivatefunc() unless compiled with +xim
  1625  8.0.1337  typo in #ifdef
 27986  8.0.1338  USE_IM_CONTROL is confusing and incomplete
  1815  8.0.1339  no test for what 8.0.1335 fixes
  1665  8.0.1340  MS-Windows: cannot build GUI without IME
  2208  8.0.1341  'imactivatefunc' test fails on MS-Windows
  1498  8.0.1342  cannot build with Motif and multi-byte
 40769  8.0.1343  MS-Windows: does not show colored emojis
  6899  8.0.1344  using 'imactivatefunc' in the GUI does not work
 11827  8.0.1345  race condition between stat() and open() for viminfo
  2123  8.0.1346  crash when passing 50 char string to balloon_split()
  1525  8.0.1347  MS-Windows: build broken by misplaced curly
  4065  8.0.1348  make testclean deletes script file on MS-Windows
  4583  8.0.1349  options test fails when using Motif or GTK GUI
  2396  8.0.1350  cannot build with +eval and -multi_byte
  3610  8.0.1351  warning for unused variables building with MinGW
  4371  8.0.1352  dead URLs in the help go unnoticed
 10562  8.0.1353  QuickFixCmdPost is not used consistently
  1800  8.0.1354  Shift-Insert doesn't always work in MS-Windows console
  2359  8.0.1355  cursor keys don't work in MS-Windows console
  2804  8.0.1356  using simalt in a GUIEnter autocommand inserts characters
  1792  8.0.1357  startup test fails on OpenBSD
  2657  8.0.1358  undercurl is not used in the terminal
 13037  8.0.1359  libvterm ANSI colors can not always be recognized
  1871  8.0.1360  the Terminal highlighting doesn't work in a terminal
  4624  8.0.1361  some users don't want to diff with hidden buffers
  6804  8.0.1362  terminal window colors wrong when using Terminal highlighting
  2271  8.0.1363  recovering does not work when swap file ends in .stz
  4536  8.0.1364  there is no easy way to get the window position
  4346  8.0.1365  when one channel test fails others fail as well
  1947  8.0.1366  balloon shows when cursor is in WinBar
  2264  8.0.1367  terminal test hangs, executing abcde
  2107  8.0.1368  cannot drag status or separator of new terminal window
 30841  8.0.1369  MS-Windows: drawing underline slow, mFallbackDC not updated
  1400  8.0.1370  channel test for callback is flaky
  1975  8.0.1371  Shift-Insert doesn't always work in MS-Windows console
  3612  8.0.1372  profile log may be truncated halfway a character
  1961  8.0.1373  no error when settting 'renderoptions' before starting GUI
  2960  8.0.1374  CTRL-A does not work with an empty line
  8016  8.0.1375  window size wrong after maximizing with WinBar
  1356  8.0.1376  cursor in terminal not always updated
  5816  8.0.1377  cannot call a dict function in autoloaded dict
  3078  8.0.1378  autoload script sources itself when defining function
  2683  8.0.1379  configure check for selinux does not check for header file
  2485  8.0.1380  using "vim -r swapfile" the hit-enter prompt is misplaced.
  7361  8.0.1381  ch_readraw() waits for NL if channel mode is NL
  2864  8.0.1382  get "no write since last change" message if terminal is open
  3592  8.0.1383  local additions in help skips some files
 21365  8.0.1384  not enough quickfix help; confusing winid
 12829  8.0.1385  Python 3.5 is getting old
  3578  8.0.1386  cannot select modified buffers with getbufinfo()
 13514  8.0.1387  wordcount test is old style
  2352  8.0.1388  char not overwritten with ambiguous width char
 18411  8.0.1389  getqflist() items are missing if not set
 15188  8.0.1390  DirectX scrolling can be slow, vertical positioning is off
  2983  8.0.1391  encoding empty string to JSON sometimes gives "null"
  2972  8.0.1392  build fails with --with-features=huge --disable-channel
  2343  8.0.1393  too much highlighting with 'hlsearch' and 'incsearch' set
 14939  8.0.1394  cannot intercept a yank command
  7496  8.0.1395  it is not easy to see if a colorscheme is well written
  1759  8.0.1396  memory leak when CTRL-G in search command line fails
  2664  8.0.1397  pattern with \& following nothing gives an error
  3820  8.0.1398  :packadd does not load packages from the "start" directory
  2091  8.0.1399  warnings and errors when building tiny version
 12045  8.0.1400  color scheme check script shows up as color scheme
  1520  8.0.1401  cannot build with GTK but without XIM
  3746  8.0.1402  crash with nasty autocommand
  2939  8.0.1403  using freed buffer in grep command
  2093  8.0.1404  invalid memory access on exit
 11521  8.0.1405  duplicated code for getting a typed character
 17294  8.0.1406  difficult to track changes to a quickfix list
  2227  8.0.1407  GUI: CursorHold may trigger before 'updatetime'
  3199  8.0.1408  crash in setqflist()
  2146  8.0.1409  buffer overflow in :tags command
  2785  8.0.1410  hang when using count() with an empty string
  2506  8.0.1411  reading invalid memory with CTRL-W :
  2575  8.0.1412  using free memory using setloclist()
  2262  8.0.1413  accessing freed memory in :cbuffer
  2315  8.0.1414  accessing freed memory in :lfile.
  1481  8.0.1415  warning for unused function without timers feature
  4484  8.0.1416  crash when searching for a sentence
  3396  8.0.1417  test doesn't search for a sentence
  5936  8.0.1418  no test for expanding backticks
  2994  8.0.1419  cursor column is not updated after ]s
  9934  8.0.1420  accessing freed memory in vimgrep
  3662  8.0.1421  accessing invalid memory with overlong byte sequence
  4092  8.0.1422  no fallback to underline when undercurl is not set 
  3634  8.0.1423  error in return not caught by try/catch
  1776  8.0.1424  the timer_pause test is flaky on Travis
  2767  8.0.1425  execute() does not work in completion of user command
  3999  8.0.1426  "gf" and <cfile> don't accept ? and & in URL
  3206  8.0.1427  the :leftabove modifier doesn't work for :copen
  1590  8.0.1428  compiler warning on 64 bit MS-Windows system
  6014  8.0.1429  crash when calling term_start() with empty argument
  1635  8.0.1430  crash when term_start() fails
  1601  8.0.1431  MS-Windows: vimtutor fails if %TMP% has special chars
  5107  8.0.1432  after ":copen" can't get the window-ID of the quickfix window
  2540  8.0.1433  illegal memory access after undo
  1804  8.0.1434  GTK: :promtfind does not put focus on text input
  2662  8.0.1435  memory leak in test_arabic
  3278  8.0.1436  not enough information about what Python version may work
 14277  8.0.1437  pkg-config doesn't work with cross compiling
  1988  8.0.1438  filetype detection test not updated for change
  2261  8.0.1439  if cscope fails a search Vim may hang
  4962  8.0.1440  terminal window: some vterm responses are delayed
  9546  8.0.1441  using ":undo 0" leaves undo in wrong state
  1972  8.0.1442  (after 8.0.1439) using pointer before it is set
  2186  8.0.1443  (after 8.0.1441) compiler gives uninitialized var warning
  3307  8.0.1444  missing -D_FILE_OFFSET_BITS=64 may cause problems
  4544  8.0.1445  cannot act on edits in the command line
  2782  8.0.1446  acessing freed memory after window command in auto command
 45628  8.0.1447  still too many old style tests
  3471  8.0.1448  segfault with exception inside :rubyfile command
 31628  8.0.1449  slow redrawing with DirectX
 13607  8.0.1450  GUI: endless loop when stopping cursor blinking
 11285  8.0.1451  difficult to set the python home directories properly
  2615  8.0.1452  terminal test fails on some systems
  2322  8.0.1453  terminal test fails on some slow terminals
  2035  8.0.1454  when in silent mode too much output is buffered
  7224  8.0.1455  if $SHELL contains a space then 'shell' is incorrect
  1748  8.0.1456  timer test on travis Mac is still flaky
  2209  8.0.1457  clojure now supports a shebang line
  2860  8.0.1458  filetype detection test does not check all scripts
 12936  8.0.1459  cannot handle change of directory
  1883  8.0.1460  (after 8.0.1459) missing file in patch
  2194  8.0.1461  (after 8.0.1459) missing another file in patch
  2026  8.0.1462  (after 8.0.1459) missing yet another file in patch
  1430  8.0.1463  (after 8.0.1459) test fails without 'autochdir' option
  2539  8.0.1464  completing directory after :find does not add slash
  2897  8.0.1465  python2 and python3 detection not tested
  3431  8.0.1466  older GTK versions don't have gtk_entry_get_text_length()
  2805  8.0.1467  libvterm doesn't handle illegal byte sequence correctly
  3755  8.0.1468  illegal memory access in del_bytes()
 13514  8.0.1469  when package path is a symlink 'runtimepath' is wrong
  4847  8.0.1470  integer overflow when using regexp pattern
  1824  8.0.1471  on MS-Windows CursorIM highlighting no longer works
  2264  8.0.1472  MS-Windows: nsis installer is a bit slow
  1703  8.0.1473  MS-Windows: D&D fails between 32 and 64 bit apps
  1960  8.0.1474  Visual C 2017 has multiple MSVCVER numbers
  5965  8.0.1475  invalid memory access in read_redo()
  1924  8.0.1476  screen isn't always updated right away
  7925  8.0.1477  redraw flicker when moving mouse outside of terminal window
  1889  8.0.1478  unnecessary condition
 20824  8.0.1479  insert mode completion state is confusing
  1428  8.0.1480  (after 8.0.1479) patch missing change
  5741  8.0.1481  clearing a pointer takes two lines
  7077  8.0.1482  using feedkeys() does not work to test completion
  1715  8.0.1483  searchpair() might return an invalid value on timeout
  2376  8.0.1484  reduntant conditions
  2381  8.0.1485  weird autocmd may cause arglist to be changed recursively
  2343  8.0.1486  accessing invalid memory with "it"
  1617  8.0.1487  (after 8.0.1486) test 14 fails
  2750  8.0.1488  emacs tags no longer work
  5662  8.0.1489  there is no easy way to get the global directory
  5542  8.0.1490  number of spell regions is spread out through the code
  7383  8.0.1491  the minimum width of the popup menu is hard coded
  2175  8.0.1492  memory leak in balloon_split()
  8925  8.0.1493  completion items cannot be annotated
 11487  8.0.1494  no autocmd triggered in Insert mode with visible popup menu
  5808  8.0.1495  having 'pumwidth' default to zero has no merit
 85726  8.0.1496  clearing a pointer takes two lines
 11296  8.0.1497  getting the jump list requires parsing the output of :jumps
  9584  8.0.1498  getjumplist() returns duplicate entries
  1552  8.0.1499  out-of-memory situation not correctly handled
  3041  8.0.1500  possible NULL pointer dereference
  1479  8.0.1501  out-of-memory situation not correctly handled
  2444  8.0.1502  in out-of-memory situation character is not restored
  3183  8.0.1503  access memory beyond end of string
  1954  8.0.1504  Win32: the screen may be cleared on startup
 31021  8.0.1505  debugger can't break on a condition
  1565  8.0.1506  new version of HP NonStop (Tandem) doesn't like a header
  1651  8.0.1507  timer test is a bit flaky
  7496  8.0.1508  the :drop command is not always available
  1774  8.0.1509  (after 8.0.1508) failing drag-n-drop command no longer fails
  7815  8.0.1510  cannot test if a command causes a beep
 16317  8.0.1511  some code for the debugger watch expression is clumsy
  1704  8.0.1512  warning for possibly using NULL pointer
  5925  8.0.1513  the jumplist is not always properly cleaned up
  8338  8.0.1514  getting the list of changes is not easy
  1872  8.0.1515  BufWinEnter event fired when opening hidden terminal
  8482  8.0.1516  errors for job options are not very specific
  1946  8.0.1517  invalid memory acces with pattern using look-behind match
  2520  8.0.1518  error messages suppressed after ":silent! try"
  3239  8.0.1519  getchangelist() does not use argument as bufname()
  2322  8.0.1520  cursor in wrong line when using a WinBar in Terminal window
  1928  8.0.1521  Shift-Tab does not work in a terminal window
  2793  8.0.1522  popup menu is positioned in the wrong place
 40889  8.0.1523  cannot write and read terminal screendumps
  2229  8.0.1524  (after 8.0.1523) compiler warnings for uninitialized vars
  4212  8.0.1525  using :wqa exits even if a job runs in a terminal window
 22552  8.0.1526  no test using a screen dump yet
  1634  8.0.1527  screen dump test fails on MS-Windows
  3078  8.0.1528  dead code found
  1834  8.0.1529  assert_equalfile() does not close file descriptors
  1429  8.0.1530  dump test fails when using a shadow directory
 39989  8.0.1531  cannot use 24 bit colors in MS-Windows console
  4729  8.0.1532  compiler warnings without termguicolors feature
  3450  8.0.1533  libterm doesn't support requesting fg and bg color
  2754  8.0.1534  C syntax test fails when using gvim
  5446  8.0.1535  C syntax test still fails when using gvim
  3141  8.0.1536  quotestar test is flaky when using the GUI
  1729  8.0.1537  xxd does not skip NUL lines when using ebcdic
  2221  8.0.1538  popupmenu is too far left when completion is long
 16942  8.0.1539  no test for the popup menu positioning
  8935  8.0.1540  popup menu positioning fails with longer string
  3867  8.0.1541  synpat_T is taking too much memory
 15839  8.0.1542  terminal screen dump does not include cursor position
  5634  8.0.1543  with 'termguicolors' Normal color doesn't work correctly
  9215  8.0.1544  when using 'termguicolors' SpellBad doesn't show
  1510  8.0.1545  screen dumps not included in distribution
  3333  8.0.1546  using feedkeys() in a terminal may trigger mappings
  4106  8.0.1547  undo in the options window makes it empty
  1791  8.0.1548  screen dump test script not included in distribution
  7551  8.0.1549  various small problems in test files
 23615  8.0.1550  various small problems in source files
  4136  8.0.1551  on Mac 'maxmemtot' is set to a weird value
  4882  8.0.1552  may leak file descriptors when executing job
 23409  8.0.1553  cannot see what digraph is used to insert a character
  8362  8.0.1554  custom plugins loaded with --clean
  1724  8.0.1555  build error for some combination of features
  4155  8.0.1556  may not parse the t_RS response correctly
  2139  8.0.1557  printf() does not work with only one argument
 23458  8.0.1558  no right-click menu in a terminal
  1742  8.0.1559  build failure without GUI
  1791  8.0.1560  build failure without GUI on MS-Windows
  1793  8.0.1561  crash with rust syntax highligting
 14604  8.0.1562  the terminal debugger can't set a breakpoint with the mouse
  8036  8.0.1563  timeout of getwinposx() can be too short
235754  8.0.1564  too many #ifdefs
  2261  8.0.1565  can't build Mac version without GUI
 24857  8.0.1566  too many #ifdefs
  3613  8.0.1567  cannot build Win32 GUI without IME
  1453  8.0.1568  can't build on older Mac, header file is missing
  1583  8.0.1569  warning for uninitialized variable from gcc
  6508  8.0.1570  can't use :popup for a menu in the terminal
  1464  8.0.1571  can't build without GUI
  2315  8.0.1572  Mac: getting memory size doesn't work everywhere
  6160  8.0.1573  getwinpos(1) may cause response to be handled as command
  4650  8.0.1574  show cursor in wrong place when using popup menu
  4448  8.0.1575  crash when using virtual replace
  1677  8.0.1576  Perl VIM::Buffers() does not find every buffer
  2427  8.0.1577  virtual replace test fails on MS-Windows
  5699  8.0.1578  no test for :popup in terminal
  2250  8.0.1579  virtual replace test fails in GUI
  1623  8.0.1580  FEAT_CURSORBIND and FEAT_SCROLLBIND are unused
  2433  8.0.1581  cannot build Win32 GUI without +eval
  4143  8.0.1582  in the MS-Windows console mouse movement is not used
  1569  8.0.1583  using C99 comment
  2100  8.0.1584  using C99 in Mac file gives compiler warning messages
  1829  8.0.1585  enabling beval_term feature in Win32 GUI
  2113  8.0.1586  imactivatefunc does not work on non-GUI Mac 
  7224  8.0.1587  inserting from the clipboard doesn't work literally
  2321  8.0.1588  popup menu hangs after typing CTRL-C
  1790  8.0.1589  error for setting 'modifiable' when resetting it
  2980  8.0.1590  padding in list type wastes memory
  2708  8.0.1591  MS-Windows: when reparsing the arguments 'wildignore' matters
 19693  8.0.1592  terminal windows in a session are not properly restored
 29800  8.0.1593  :qall never exits with an active terminal window
  2188  8.0.1594  :confirm qall not tested with active terminal window
  9983  8.0.1595  no autocommand triggered before exiting
  9739  8.0.1596  no autocommand specifically for opening a terminal window
 12646  8.0.1597  autocommand events are not sorted
 11990  8.0.1598  cannot select text in a terminal with the mouse
  3052  8.0.1599  no error message when gdb does not support debugger
  2198  8.0.1600  crash when setting t_Co to zero when 'termguicolors' is set
  1904  8.0.1601  highlight test fails on Win32
  2743  8.0.1602  crash in parsing JSON
  1614  8.0.1603  cannot build with +terminal but without +menu
  2258  8.0.1604  paste test may fail if $DISPLAY is not set
  5618  8.0.1605  terminal test is a bit flaky
  6238  8.0.1606  singular/plural variants not translated
  2596  8.0.1607  --clean loads user settings from .gvimrc
  4484  8.0.1608  Win32: directx not enabled by default
 35628  8.0.1609  shell commands in the GUI use a dumb terminal
  1816  8.0.1610  cannot build without GUI
  1852  8.0.1611  CTRL-W in system terminal does not go to job
  6624  8.0.1612  need to close terminal after shell stopped
  1651  8.0.1613  warning for unused variable in tiny build
  2085  8.0.1614  "make tags" doesn't include libvterm
  3692  8.0.1615  term_dumpload() does not use the right colors
  4121  8.0.1616  Win32: shell commands in the GUI open a new console
  2889  8.0.1617  Win32: :shell command in the GUI crashes
  1979  8.0.1618  color Grey50 is missing in the compiled-in table
  1856  8.0.1619  Win32 GUI: crash when winpty is not installed
  4096  8.0.1620  reading spell file has no good EOF detection
  1763  8.0.1621  using invalid default value for highlight attribute
  1568  8.0.1622  possible NULL pointer dereference
  4752  8.0.1623  terminal kill tests are flaky
  7333  8.0.1624  options for term_dumpdiff()/term_dumpload() not implemented
  2602  8.0.1625  test_quotestar is flaky when run in GTK GUI
  1613  8.0.1626  compiler warning for possible loss of data
  1641  8.0.1627  compiler warning for visibility attribute not supported
  1454  8.0.1628  channel log doesn't mention exiting
  1601  8.0.1629  Mac: getpagesize() is deprecated
  7132  8.0.1630  trimming white space is not that easy
  1599  8.0.1631  testing with Vim running in terminal is a bit flaky
  1722  8.0.1632  in a terminal dump NUL and space are different
  3093  8.0.1633  a TextChanged autocmd triggers when it is defined
 18286  8.0.1634  the ex_vimgrep() function is too long
  1510  8.0.1635  undefining _POSIX_THREADS causes problems with Python 3
  2284  8.0.1636  no test for term_dumpload() and term_dumpdiff()
  2384  8.0.1637  no test for term_dumpdiff() options argument
  1692  8.0.1638  popup test fails depending on environment variable
 43093  8.0.1639  libvterm code lags behind master
  1456  8.0.1640  Test_cwd() is flaky
 20844  8.0.1641  job in terminal can't communicate with Vim
  2871  8.0.1642  running Vim in terminal fails with two windows
  2452  8.0.1643  terminal API tests fail
  5701  8.0.1644  terminal API tests still fail
  2618  8.0.1645  test for terminal response to escape sequence may fail
  1739  8.0.1646  MS-Windows: executable contains unreferenced functions
  5981  8.0.1647  terminal API may call any user function
  2823  8.0.1648  resource fork tool doesn't work on Python 3
  5088  8.0.1649  no completion for argument list commands
 20303  8.0.1650  too many #ifdefs
  5649  8.0.1651  cannot filter :ls output for terminal buffers
  2677  8.0.1652  term_dumpwrite() does not output composing characters
  4767  8.0.1653  screen dump is made too soon
  6388  8.0.1654  warnings for conversion of void to function pointer
  2355  8.0.1655  outdated gdb message in terminal debugger unclear
  4403  8.0.1656  no option to have xxd produce upper case variable names
  1695  8.0.1657  crash when reading a channel
 19674  8.0.1658  xxd capitalize argument not available in long form
  1897  8.0.1659  scroll events not recognized for some xterm emulators
 16349  8.0.1660  the terminal API "drop" command doesn't support options
  2352  8.0.1661  warnings from 64 bit compiler
  4790  8.0.1662  showing dump diff doesn't mention both file names
  1500  8.0.1663  cannot build without multi-byte feature
  1600  8.0.1664  test failure because of not allocating enough space
  3188  8.0.1665  when running a terminal from the GUI 'term' is not useful
  2699  8.0.1666  % argument in ch_log() causes trouble
  1963  8.0.1667  terminal window tests are flaky
  6038  8.0.1668  terminal debugger: can't re-open source code window
  8785  8.0.1669  :vimgrep may add entries to the wrong quickfix list
  1754  8.0.1670  terminal window tests are still a bit flaky
  3794  8.0.1671  crash when passing non-dict argument as env to job_start()
  2303  8.0.1672  error during completion causes command to be cancelled
  1780  8.0.1673  terminal window tests are still a bit flaky
  2512  8.0.1674  libvterm can't handle an OSC string split
  1782  8.0.1675  unused macro argument in libvterm
  4108  8.0.1676  no compiler warning for wrong printf format
 11085  8.0.1677  no compiler warning for wrong format in vim_snprintf()
  3007  8.0.1678  errorformat "%r" implies "%>"
  1639  8.0.1679  compiler warning for printf format
  3600  8.0.1680  memory allocated by libvterm is not profiled
  3265  8.0.1681  the format attribute fails with MinGW
  4361  8.0.1682  auto indenting breaks inserting a block
  6221  8.0.1683  Python upgrade breaks Vim when defining PYTHON_HOME
  1574  8.0.1684  ml_get errors when using terminal window for shell command
 19535  8.0.1685  can't set ANSI colors of a terminal window
  5751  8.0.1686  Python does not work when configuring with specific dir
  1904  8.0.1687  64 bit compiler warnings
 18434  8.0.1688  some macros are used without a semicolon
  6574  8.0.1689  no tests for xxd
  3365  8.0.1690  not easy to run one test with gvim instead of vim
  4183  8.0.1691  xxd test sometimes fails
  5048  8.0.1692  Python may not work when using statically linked library 
  1903  8.0.1693  xxd is excluded from coverage statistics
  1690  8.0.1694  terminal API test is a bit flaky
  6338  8.0.1695  xxd test not run on MS-Windows
  1910  8.0.1696  coverage statistics don't work
  8816  8.0.1697  various tests are still a bit flaky
  1913  8.0.1698  coverage statistics don't work on coveralls
  9739  8.0.1699  leftover stuff for Python 1.4
  1891  8.0.1700  coverage statistics still don't work on coveralls
  5197  8.0.1701  can disable COLOR_EMOJI with MSVC but not MinGW
  1512  8.0.1702  leaking memory when autocommands make quickfix list invalid
  1578  8.0.1703  in the tutor 'showcmd' is not set
  2979  8.0.1704  'backupskip' default doesn't work for Mac
  3012  8.0.1705  when making a vertical split the mode message isn't updated
  3144  8.0.1706  cannot sent CTRL-\ to a terminal window
  2370  8.0.1707  when 'wfh' is set ":bel 10new" scrolls window
  4108  8.0.1708  mkdir with 'p' flag fails on existing directory
  9679  8.0.1709  some non-C89 code may slip through
  2312  8.0.1710  building with Ruby fails
  9142  8.0.1711  term_setsize() is not implemented yet
  7466  8.0.1712  terminal scrollback is not limited
  4642  8.0.1713  terminal debugger doesn't handle arguments
  2876  8.0.1714  term_setsize() does not give an error in a normal buffer
  1618  8.0.1715  terminal buffer can be 1 more than 'terminalscroll' lines
  1783  8.0.1716  test for term_setsize() does not give a good error message
  2700  8.0.1717  C89 check causes too much trouble
  1924  8.0.1718  terminal scrollback test fails on MS-Windows
  8076  8.0.1719  cannot specify which Python executable configure should use
  7718  8.0.1720  when a timer is running a terminal window may not close
  3396  8.0.1721  no test for using the 'termsize' option
 14106  8.0.1722  cannot specify a minimal size for a terminal window
 11869  8.0.1723  using one item array size declaration is misleading
  1882  8.0.1724  declarations cannot be halfway a block
 10242  8.0.1725  terminal debugger doesn't handle command arguments
  2344  8.0.1726  older MSVC doesn't support declarations halfway a block
 15561  8.0.1727  qf_get_properties() function is too long
  1445  8.0.1728  condition always false, useless code
  4510  8.0.1729  no comma after last enum item
  7572  8.0.1730  no configure check for the used C99 features
  2862  8.0.1731  characters deleted on completion
  6775  8.0.1732  crash when terminal API call deletes the buffer
  1602  8.0.1733  incomplete testing for completion fix
  3164  8.0.1734  package directory not added to 'rtp' if prefix matches
 14458  8.0.1735  flexible array member feature not supported by HP-UX
 18191  8.0.1736  check for C99 features is incomplete
  1701  8.0.1737  fchown() used when it is not supported
  8943  8.0.1738  ":args" output is hard to read
  2070  8.0.1739  MS-Windows with msys2 cannot build Ruby statically
  2102  8.0.1740  warning for signed-unsigned incompatibility
  1804  8.0.1741  MS-Windows with msys2 cannot build Ruby statically
  8433  8.0.1742  cannot get a list of all the jobs
 28730  8.0.1743  terminal window options are named inconsistently
  1641  8.0.1744  on some systems /dev/stdout isn't writable
 11649  8.0.1745  build failure on MS-Windows
  2322  8.0.1746  MS-Windows: channel tests fail
  6438  8.0.1747  MS-Windows: term_start() does not set job_info() cmd
  2677  8.0.1748  CmdlineEnter command uses backslash instead of slash
  2574  8.0.1749  VMS: 100% CPU use, redefining mch_open() fails
  2915  8.0.1750  crash when clearing location list in autocommand
  2102  8.0.1751  #ifdef causes bad highlighting
 13220  8.0.1752  qf_set_properties() is to long
  6467  8.0.1753  various warnings from a static analyser
 11291  8.0.1754  ex_helpgrep() is too long
  3970  8.0.1755  MS-Windows: high unicode char received as two utf-16 words
  1844  8.0.1756  GUI: after prompting for a number the mouse shape is wrong
 86726  8.0.1757  unnecessary changes in libvterm
  4384  8.0.1758  open_line() returns TRUE/FALSE for success/failure
  2728  8.0.1759  memory leak from duplicate options
  1762  8.0.1760  wrong number of arguments to vms_read()
  7999  8.0.1761  job in terminal window with no output channel is killed
 14341  8.0.1762  terminal debug logging is a bit complicated
  5638  8.0.1763  :argedit does not reuse an empty unnamed buffer
  1797  8.0.1764  lgtm considers tutor.es to be EcmaScript
  2606  8.0.1765  CTRL-G j in Insert mode is incorrect when 'virtualedit' set
  2264  8.0.1766  expanding abbreviation doesn't work
  4817  8.0.1767  with 'incsearch' text may jump up and down
  7715  8.0.1768  SET_NO_HLSEARCH() used in a wrong way
  6809  8.0.1769  repeated saving and restoring viewstate for 'incsearch'
 34348  8.0.1770  assert functions don't return anything
 38526  8.0.1771  in tests, when WaitFor() fails it doesn't say why
  2409  8.0.1772  quickfix: mixup of FALSE and FAIL, returning -1
 11714  8.0.1773  dialog messages are not translated
  3201  8.0.1774  reading very long lines can be slow
  1646  8.0.1775  MS-Windows: warning for unused variable
 30681  8.0.1776  in tests, when WaitFor() fails it doesn't say why
  5525  8.0.1777  cannot cleanup before loading another colorscheme
  2255  8.0.1778  script to check translations does not always work
  3072  8.0.1779  deleting in a block selection causes problems
  1864  8.0.1780  test fails because Vim in a terminal uses wrong 'encoding'
  7019  8.0.1781  file names in quickfix window are not shortened
 16664  8.0.1782  no simple way to label quickfix entries
 21541  8.0.1783  cannot use 256 colors in a MS-Windows console
  2423  8.0.1784  (after 8.0.1782) gvim test gets stuck in dialog
  2101  8.0.1785  (after 8.0.1783) missing symbol in Win32 small build
  7445  8.0.1786  no test for 'termwinkey'
  5586  8.0.1787  cannot insert the whole cursor line
  2326  8.0.1788  tool to check a color scheme is not installed
  3293  8.0.1789  BufWinEnter does not work well for a terminal window
  4937  8.0.1790  'winfixwidth' is not always respected by :close
  3161  8.0.1791  using uint8_t does not work everywhere
  1462  8.0.1792  MS-Windows users expect -? to work like --help
  4376  8.0.1793  no test for "vim -g"
 12218  8.0.1794  duplicate term options after renaming
 15184  8.0.1795  lose contact with jobs when :gui forks
  2014  8.0.1796  GUI: click on tab fails when the focus is in a terminal
 10152  8.0.1797  terminal window is redrawn too often
  2753  8.0.1798  MS-Windows: file considered read-only too often
  2251  8.0.1799  no test for :registers command
  2858  8.0.1800  X11: getting color is slow
 10637  8.0.1801  MS-Windows: redirecting terminal output does not work
  1497  8.0.1802  (after 8.0.1802) MS-Windows: terminal test fails
  1608  8.0.1803  warning for uninitialized variable
  3666  8.0.1804  using :normal in terminal window causes problems
 26702  8.0.1805  qf_parse_line() is too long
  3569  8.0.1806  InsertCharPre causes problems for autocomplete
 12706  8.0.1807  function to set terminal name is too long
  1385  8.0.1808  can't build without TGETENT
  4374  8.0.1809  various typos
 10436  8.0.1810  buffer of a terminal only updated in Terminal-Normal mode
  3235  8.0.1811  no test for winrestcmd()
 14347  8.0.1812  the qf_jump_to_usable_window() function is too long
  1628  8.0.1813  Windows installer doesn't install terminal debugger
  2523  8.0.1814  crash with terminal window and with 'lazyredraw' set
  9303  8.0.1815  crash with terminal window and with 'lazyredraw' set
  1947  8.0.1816  no test for setcmdpos()
  5945  8.0.1817  a timer may change v:count unexpectedly
  2652  8.0.1818  lines remove from wrong buffer when using terminal window
  3761  8.0.1819  swap file warning for file with non-existing directory
  3251  8.0.1820  terminal window redirecting stdout does not show stderr
  3356  8.0.1821  cursor in terminal window moves when pressing CTRL-W
  1450  8.0.1822  make uninstall does not remove colors/tools
  2068  8.0.1823  test for terminal stdout redirection is flaky
  1936  8.0.1824  Coverity warns for variable that may be uninitialized
  1993  8.0.1825  might use NULL pointer when out of memory
  2382  8.0.1826  configure uses old compiler flag
  3316  8.0.1827  compiler warning for signed/unsigned char pointers
  1698  8.0.1828  get no clue why :gui does not fork
  3615  8.0.1829  MS-Windows: script for vimdiff can't handle ! chars
  6040  8.0.1830  switching to Terminal-Normal mode does not redraw
 10818  8.0.1831  sometimes the quickfix title is incorrectly prefixed with ':'
  6421  8.0.1832  cannot use :unlet for an environment variable
  1871  8.0.1833  X11: ":echo 3.14" gives E806
  3806  8.0.1834  GUI: find/replace dialog does not handle some chars
  3036  8.0.1835  print document name does not support multi-byte
  3919  8.0.1836  buffer-local window options may not be recent
  3048  8.0.1837  one character cmdline abbreviation not triggered after '<,'>
  2463  8.0.1838  cursor in wrong pos when switching to Terminal-Normal mode
  1930  8.0.1839  script to check .po file doesn't check for plural header
  4939  8.0.1840  getwinpos() is not tested
  1445  8.0.1841  HP-UX does not have setenv()
  1651  8.0.1842  popup menu inside terminal window isn't cleared
  2490  8.0.1843  entry for 'wrap' in options window is wrong
  7183  8.0.1844  superfluous quickfix code, missing examples
 16816  8.0.1845  various comment updates needed, missing white space
  4646  8.0.1846  Python interface is incompatible with lldb
  2946  8.0.1847  some build options don't have an example
  3357  8.0.1848  'termwinscroll' does not work properly
  1917  8.0.1849  compiler warning for unused arguments, missing prototype
  3184  8.0.1850  todo items in source code not visible for users

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [TXT] 8.0.0001 12-Sep-2016 16:26 2.8K [TXT] 8.0.0002 12-Sep-2016 16:31 1.8K [TXT] 8.0.0003 12-Sep-2016 19:52 2.8K [TXT] 8.0.0004 14-Sep-2016 22:17 2.6K [TXT] 8.0.0005 15-Sep-2016 11:45 1.8K [TXT] 8.0.0006 20-Sep-2016 22:10 1.9K [TXT] 8.0.0007 21-Sep-2016 22:52 7.2K [TXT] 8.0.0008 22-Sep-2016 21:27 2.5K [   ] 8.0.0009 25-Sep-2016 20:23 1.6K [TXT] 8.0.0010 25-Sep-2016 20:56 3.2K [TXT] 8.0.0011 25-Sep-2016 21:03 1.5K [TXT] 8.0.0012 25-Sep-2016 21:45 7.6K [TXT] 8.0.0013 25-Sep-2016 22:28 2.2K [TXT] 8.0.0014 26-Sep-2016 20:20 9.3K [   ] 8.0.0015 26-Sep-2016 22:37 12K [TXT] 8.0.0016 26-Sep-2016 22:59 1.5K [TXT] 8.0.0017 27-Sep-2016 21:31 4.3K [TXT] 8.0.0018 29-Sep-2016 15:19 8.6K [   ] 8.0.0019 29-Sep-2016 20:56 14K [TXT] 8.0.0020 02-Oct-2016 16:53 84K [TXT] 8.0.0021 02-Oct-2016 23:10 1.7K [TXT] 8.0.0022 03-Oct-2016 21:38 4.9K [TXT] 8.0.0023 08-Oct-2016 19:23 11K [TXT] 8.0.0024 09-Oct-2016 15:44 2.4K [   ] 8.0.0025 09-Oct-2016 15:51 10K [TXT] 8.0.0026 09-Oct-2016 16:10 5.0K [TXT] 8.0.0027 09-Oct-2016 17:29 47K [TXT] 8.0.0028 12-Oct-2016 12:14 1.8K [TXT] 8.0.0029 12-Oct-2016 14:21 117K [   ] 8.0.0030 12-Oct-2016 14:56 1.6K [TXT] 8.0.0031 12-Oct-2016 17:46 3.9K [TXT] 8.0.0032 15-Oct-2016 14:57 3.4K [TXT] 8.0.0033 15-Oct-2016 14:57 2.9K [   ] 8.0.0034 15-Oct-2016 15:40 4.8K [   ] 8.0.0035 15-Oct-2016 17:07 16K [TXT] 8.0.0036 15-Oct-2016 18:37 13K [   ] 8.0.0037 15-Oct-2016 19:29 2.5K [TXT] 8.0.0038 15-Oct-2016 19:34 1.8K [TXT] 8.0.0039 15-Oct-2016 20:47 3.4K [TXT] 8.0.0040 16-Oct-2016 14:36 4.5K [TXT] 8.0.0041 16-Oct-2016 15:36 3.5K [TXT] 8.0.0042 17-Oct-2016 20:48 2.4K [TXT] 8.0.0043 18-Oct-2016 13:07 3.9K [TXT] 8.0.0044 18-Oct-2016 14:51 7.7K [   ] 8.0.0045 18-Oct-2016 16:28 8.3K [   ] 8.0.0046 21-Oct-2016 20:36 2.5K [TXT] 8.0.0047 27-Oct-2016 14:50 1.7K [TXT] 8.0.0048 27-Oct-2016 16:48 5.0K [   ] 8.0.0049 27-Oct-2016 20:00 2.8K [TXT] 8.0.0050 27-Oct-2016 20:00 12K [TXT] 8.0.0051 27-Oct-2016 21:14 4.8K [TXT] 8.0.0052 28-Oct-2016 22:11 1.7K [   ] 8.0.0053 29-Oct-2016 14:38 2.6K [TXT] 8.0.0054 29-Oct-2016 14:56 3.6K [   ] 8.0.0055 30-Oct-2016 21:59 3.4K [TXT] 8.0.0056 04-Nov-2016 15:24 4.8K [TXT] 8.0.0057 04-Nov-2016 16:41 2.3K [TXT] 8.0.0058 04-Nov-2016 20:09 4.8K [TXT] 8.0.0059 04-Nov-2016 20:36 20K [TXT] 8.0.0060 04-Nov-2016 21:23 3.1K [TXT] 8.0.0061 04-Nov-2016 22:09 1.4K [   ] 8.0.0062 04-Nov-2016 22:17 2.4K [TXT] 8.0.0063 05-Nov-2016 14:59 1.6K [   ] 8.0.0064 05-Nov-2016 19:54 1.7K [TXT] 8.0.0065 05-Nov-2016 20:14 1.7K [TXT] 8.0.0066 06-Nov-2016 14:19 4.1K [TXT] 8.0.0067 06-Nov-2016 14:19 2.1K [   ] 8.0.0068 06-Nov-2016 15:03 5.7K [TXT] 8.0.0069 06-Nov-2016 15:26 8.4K [   ] 8.0.0070 07-Nov-2016 22:14 1.8K [TXT] 8.0.0071 07-Nov-2016 22:43 3.0K [TXT] 8.0.0072 10-Nov-2016 17:11 1.6K [   ] 8.0.0073 10-Nov-2016 18:17 7.1K [   ] 8.0.0074 10-Nov-2016 20:02 35K [TXT] 8.0.0075 10-Nov-2016 20:20 5.3K [TXT] 8.0.0076 11-Nov-2016 21:14 1.9K [TXT] 8.0.0077 11-Nov-2016 21:58 1.6K [TXT] 8.0.0078 12-Nov-2016 15:37 2.5K [TXT] 8.0.0079 12-Nov-2016 18:15 30K [TXT] 8.0.0080 12-Nov-2016 18:32 1.7K [   ] 8.0.0081 12-Nov-2016 19:17 16K [TXT] 8.0.0082 12-Nov-2016 21:14 302K [TXT] 8.0.0083 13-Nov-2016 14:32 2.4K [TXT] 8.0.0084 13-Nov-2016 15:38 3.1K [TXT] 8.0.0085 14-Nov-2016 21:50 3.9K [   ] 8.0.0086 15-Nov-2016 21:17 7.2K [TXT] 8.0.0087 17-Nov-2016 17:26 14K [TXT] 8.0.0088 17-Nov-2016 17:57 2.3K [TXT] 8.0.0089 17-Nov-2016 19:12 13K [TXT] 8.0.0090 17-Nov-2016 19:33 18K [   ] 8.0.0091 17-Nov-2016 19:49 5.9K [TXT] 8.0.0092 17-Nov-2016 21:31 3.0K [TXT] 8.0.0093 19-Nov-2016 17:21 1.8K [TXT] 8.0.0094 19-Nov-2016 17:30 2.3K [TXT] 8.0.0095 21-Nov-2016 21:01 3.6K [TXT] 8.0.0096 24-Nov-2016 15:09 7.6K [TXT] 8.0.0097 24-Nov-2016 17:23 12K [   ] 8.0.0098 24-Nov-2016 17:33 1.7K [TXT] 8.0.0099 24-Nov-2016 17:48 1.7K [   ] 8.0.0100 24-Nov-2016 18:31 1.8K [   ] 8.0.0101 24-Nov-2016 21:56 4.0K [TXT] 8.0.0102 25-Nov-2016 22:04 4.8K [TXT] 8.0.0103 26-Nov-2016 15:14 4.3K [   ] 8.0.0104 26-Nov-2016 17:46 3.5K [TXT] 8.0.0105 25-Jan-2017 22:42 15K [TXT] 8.0.0106 29-Nov-2016 23:03 2.1K [TXT] 8.0.0107 25-Jan-2017 22:42 16K [TXT] 8.0.0108 01-Dec-2016 16:42 2.7K [TXT] 8.0.0109 01-Dec-2016 17:26 5.9K [TXT] 8.0.0110 01-Dec-2016 17:49 2.2K [TXT] 8.0.0111 01-Dec-2016 17:58 3.4K [   ] 8.0.0112 25-Jan-2017 22:42 13K [TXT] 8.0.0113 01-Dec-2016 20:19 5.3K [TXT] 8.0.0114 01-Dec-2016 20:33 3.4K [TXT] 8.0.0115 01-Dec-2016 20:38 1.8K [TXT] 8.0.0116 01-Dec-2016 21:33 5.8K [TXT] 8.0.0117 01-Dec-2016 21:47 3.0K [TXT] 8.0.0118 01-Dec-2016 23:04 2.0K [TXT] 8.0.0119 03-Dec-2016 14:06 2.0K [TXT] 8.0.0120 03-Dec-2016 14:29 1.5K [TXT] 8.0.0121 03-Dec-2016 15:14 3.6K [   ] 8.0.0122 03-Dec-2016 15:24 1.6K [   ] 8.0.0123 03-Dec-2016 16:41 5.0K [   ] 8.0.0124 04-Dec-2016 13:38 2.3K [   ] 8.0.0125 09-Dec-2016 18:42 1.9K [TXT] 8.0.0126 09-Dec-2016 19:29 3.7K [TXT] 8.0.0127 09-Dec-2016 19:38 2.5K [TXT] 8.0.0128 09-Dec-2016 19:53 1.3K [TXT] 8.0.0129 09-Dec-2016 19:57 2.5K [TXT] 8.0.0130 09-Dec-2016 20:12 2.6K [   ] 8.0.0131 11-Dec-2016 15:12 4.0K [TXT] 8.0.0132 11-Dec-2016 15:25 1.4K [TXT] 8.0.0133 11-Dec-2016 21:36 2.1K [TXT] 8.0.0134 14-Dec-2016 21:42 1.7K [TXT] 8.0.0135 02-Jan-2017 14:29 8.4K [TXT] 8.0.0136 02-Jan-2017 14:57 2.8K [TXT] 8.0.0137 02-Jan-2017 15:27 2.7K [TXT] 8.0.0138 02-Jan-2017 16:17 1.8K [TXT] 8.0.0139 02-Jan-2017 17:27 2.2K [TXT] 8.0.0140 02-Jan-2017 17:31 2.6K [TXT] 8.0.0141 02-Jan-2017 18:33 1.7K [TXT] 8.0.0142 02-Jan-2017 21:38 1.5K [TXT] 8.0.0143 06-Jan-2017 14:15 2.2K [TXT] 8.0.0144 06-Jan-2017 14:56 1.3K [   ] 8.0.0145 06-Jan-2017 18:00 3.2K [TXT] 8.0.0146 06-Jan-2017 18:16 2.0K [TXT] 8.0.0147 16-Jan-2017 22:58 3.0K [TXT] 8.0.0148 07-Jan-2017 15:40 7.1K [TXT] 8.0.0149 16-Jan-2017 22:58 3.3K [TXT] 8.0.0150 07-Jan-2017 20:40 3.1K [TXT] 8.0.0151 08-Jan-2017 13:26 5.9K [TXT] 8.0.0152 08-Jan-2017 13:39 1.4K [   ] 8.0.0153 08-Jan-2017 13:55 3.1K [   ] 8.0.0154 08-Jan-2017 17:46 2.4K [TXT] 8.0.0155 08-Jan-2017 17:46 1.8K [TXT] 8.0.0156 08-Jan-2017 17:59 11K [TXT] 8.0.0157 16-Jan-2017 22:58 4.1K [TXT] 8.0.0158 08-Jan-2017 19:26 19K [TXT] 8.0.0159 16-Jan-2017 22:58 2.5K [TXT] 8.0.0160 08-Jan-2017 20:51 3.8K [TXT] 8.0.0161 09-Jan-2017 13:03 1.9K [   ] 8.0.0162 09-Jan-2017 20:31 1.6K [   ] 8.0.0163 09-Jan-2017 21:11 1.9K [TXT] 8.0.0164 10-Jan-2017 13:51 5.5K [TXT] 8.0.0165 10-Jan-2017 13:55 2.5K [TXT] 8.0.0166 16-Jan-2017 22:58 6.3K [   ] 8.0.0167 10-Jan-2017 16:13 5.6K [TXT] 8.0.0168 16-Jan-2017 22:58 9.0K [TXT] 8.0.0169 16-Jan-2017 22:58 19K [   ] 8.0.0170 10-Jan-2017 23:12 1.5K [TXT] 8.0.0171 11-Jan-2017 21:50 5.5K [TXT] 8.0.0172 11-Jan-2017 22:40 3.1K [TXT] 8.0.0173 12-Jan-2017 20:07 4.2K [TXT] 8.0.0174 12-Jan-2017 20:29 2.7K [TXT] 8.0.0175 12-Jan-2017 21:45 12K [TXT] 8.0.0176 12-Jan-2017 22:21 4.8K [TXT] 8.0.0177 13-Jan-2017 22:03 7.1K [   ] 8.0.0178 16-Jan-2017 22:58 1.8K [TXT] 8.0.0179 14-Jan-2017 14:29 8.3K [TXT] 8.0.0180 16-Jan-2017 22:58 2.7K [TXT] 8.0.0181 14-Jan-2017 14:55 1.6K [TXT] 8.0.0182 14-Jan-2017 15:53 1.7K [TXT] 8.0.0183 16-Jan-2017 22:58 2.1K [TXT] 8.0.0184 14-Jan-2017 19:25 3.5K [TXT] 8.0.0185 14-Jan-2017 19:39 1.6K [TXT] 8.0.0186 14-Jan-2017 20:07 3.0K [TXT] 8.0.0187 14-Jan-2017 20:12 1.5K [TXT] 8.0.0188 15-Jan-2017 13:54 2.3K [TXT] 8.0.0189 16-Jan-2017 22:58 6.9K [TXT] 8.0.0190 15-Jan-2017 16:53 14K [TXT] 8.0.0191 15-Jan-2017 17:00 2.8K [TXT] 8.0.0192 15-Jan-2017 17:19 2.3K [TXT] 8.0.0193 15-Jan-2017 20:52 1.6K [   ] 8.0.0194 15-Jan-2017 21:14 2.2K [TXT] 8.0.0195 16-Jan-2017 22:58 4.6K [TXT] 8.0.0196 16-Jan-2017 22:38 7.9K [TXT] 8.0.0197 16-Jan-2017 22:58 4.1K [TXT] 8.0.0198 17-Jan-2017 17:19 15K [TXT] 8.0.0199 17-Jan-2017 17:19 2.8K [   ] 8.0.0200 17-Jan-2017 17:19 3.3K [TXT] 8.0.0201 17-Jan-2017 17:45 6.1K [   ] 8.0.0202 17-Jan-2017 18:15 1.8K [TXT] 8.0.0203 17-Jan-2017 19:20 5.0K [   ] 8.0.0204 17-Jan-2017 19:49 1.7K [TXT] 8.0.0205 17-Jan-2017 22:11 2.7K [   ] 8.0.0206 17-Jan-2017 22:16 5.3K [TXT] 8.0.0207 20-Jan-2017 20:00 1.4K [TXT] 8.0.0208 20-Jan-2017 21:52 2.4K [TXT] 8.0.0209 21-Jan-2017 14:45 1.7K [   ] 8.0.0210 21-Jan-2017 20:04 18K [TXT] 8.0.0211 21-Jan-2017 22:51 2.4K [TXT] 8.0.0212 22-Jan-2017 15:05 3.2K [TXT] 8.0.0213 22-Jan-2017 15:19 2.2K [TXT] 8.0.0214 22-Jan-2017 15:29 1.7K [TXT] 8.0.0215 22-Jan-2017 15:40 2.0K [TXT] 8.0.0216 22-Jan-2017 15:57 3.3K [TXT] 8.0.0217 22-Jan-2017 16:14 1.8K [   ] 8.0.0218 22-Jan-2017 16:47 2.3K [TXT] 8.0.0219 22-Jan-2017 18:35 8.0K [TXT] 8.0.0220 22-Jan-2017 19:26 3.4K [TXT] 8.0.0221 22-Jan-2017 19:50 1.6K [TXT] 8.0.0222 22-Jan-2017 20:05 2.7K [TXT] 8.0.0223 23-Jan-2017 21:55 2.5K [TXT] 8.0.0224 23-Jan-2017 21:55 3.3K [TXT] 8.0.0225 23-Jan-2017 21:55 2.7K [TXT] 8.0.0226 24-Jan-2017 15:48 2.1K [TXT] 8.0.0227 24-Jan-2017 15:48 2.4K [TXT] 8.0.0228 24-Jan-2017 15:58 3.4K [TXT] 8.0.0229 24-Jan-2017 17:49 1.6K [TXT] 8.0.0230 24-Jan-2017 17:51 1.6K [TXT] 8.0.0231 24-Jan-2017 18:59 4.6K [TXT] 8.0.0232 24-Jan-2017 19:08 1.8K [TXT] 8.0.0233 24-Jan-2017 19:18 1.5K [   ] 8.0.0234 24-Jan-2017 19:56 3.2K [TXT] 8.0.0235 24-Jan-2017 20:15 2.1K [TXT] 8.0.0236 24-Jan-2017 20:48 2.4K [TXT] 8.0.0237 24-Jan-2017 21:18 2.3K [TXT] 8.0.0238 25-Jan-2017 21:37 2.7K [TXT] 8.0.0239 26-Jan-2017 20:11 6.9K [TXT] 8.0.0240 26-Jan-2017 21:37 2.3K [TXT] 8.0.0241 26-Jan-2017 21:37 4.3K [   ] 8.0.0242 26-Jan-2017 22:08 5.1K [TXT] 8.0.0243 26-Jan-2017 22:52 13K [TXT] 8.0.0244 27-Jan-2017 20:03 1.9K [TXT] 8.0.0245 27-Jan-2017 20:38 2.4K [TXT] 8.0.0246 27-Jan-2017 21:29 1.7K [   ] 8.0.0247 27-Jan-2017 21:49 3.9K [TXT] 8.0.0248 27-Jan-2017 21:54 1.9K [TXT] 8.0.0249 27-Jan-2017 22:20 1.6K [TXT] 8.0.0250 28-Jan-2017 13:52 7.0K [TXT] 8.0.0251 28-Jan-2017 16:07 33K [TXT] 8.0.0252 28-Jan-2017 16:40 11K [TXT] 8.0.0253 28-Jan-2017 17:11 3.0K [TXT] 8.0.0254 28-Jan-2017 18:08 3.9K [TXT] 8.0.0255 28-Jan-2017 18:24 6.4K [TXT] 8.0.0256 28-Jan-2017 18:32 2.2K [TXT] 8.0.0257 28-Jan-2017 18:43 1.5K [TXT] 8.0.0258 07-Apr-2017 14:37 3.2K [TXT] 8.0.0259 29-Jan-2017 14:49 28K [TXT] 8.0.0260 29-Jan-2017 15:19 5.6K [   ] 8.0.0261 29-Jan-2017 18:00 6.9K [TXT] 8.0.0262 29-Jan-2017 18:00 26K [TXT] 8.0.0263 29-Jan-2017 20:00 6.8K [TXT] 8.0.0264 29-Jan-2017 20:31 1.9K [TXT] 8.0.0265 29-Jan-2017 21:31 4.6K [TXT] 8.0.0266 29-Jan-2017 21:43 1.3K [TXT] 8.0.0267 29-Jan-2017 21:50 1.5K [TXT] 8.0.0268 29-Jan-2017 22:49 4.0K [TXT] 8.0.0269 29-Jan-2017 22:59 2.9K [TXT] 8.0.0270 29-Jan-2017 23:12 2.6K [TXT] 8.0.0271 29-Jan-2017 23:27 3.7K [TXT] 8.0.0272 30-Jan-2017 22:02 2.4K [TXT] 8.0.0273 30-Jan-2017 22:57 2.8K [TXT] 8.0.0274 31-Jan-2017 21:54 2.7K [TXT] 8.0.0275 31-Jan-2017 22:08 1.8K [TXT] 8.0.0276 01-Feb-2017 11:51 1.5K [TXT] 8.0.0277 01-Feb-2017 12:09 2.3K [TXT] 8.0.0278 01-Feb-2017 12:33 2.1K [TXT] 8.0.0279 01-Feb-2017 13:03 1.9K [   ] 8.0.0280 01-Feb-2017 13:14 6.4K [TXT] 8.0.0281 01-Feb-2017 13:44 23K [TXT] 8.0.0282 01-Feb-2017 17:26 2.0K [TXT] 8.0.0283 01-Feb-2017 17:26 6.9K [TXT] 8.0.0284 01-Feb-2017 18:01 1.9K [TXT] 8.0.0285 01-Feb-2017 18:08 2.1K [TXT] 8.0.0286 01-Feb-2017 18:37 5.2K [TXT] 8.0.0287 01-Feb-2017 20:27 1.5K [TXT] 8.0.0288 01-Feb-2017 20:48 1.5K [   ] 8.0.0289 01-Feb-2017 20:54 3.6K [TXT] 8.0.0290 01-Feb-2017 21:24 2.2K [TXT] 8.0.0291 01-Feb-2017 22:07 2.4K [TXT] 8.0.0292 01-Feb-2017 22:07 4.1K [TXT] 8.0.0293 01-Feb-2017 22:32 3.1K [   ] 8.0.0294 01-Feb-2017 22:53 2.1K [TXT] 8.0.0295 01-Feb-2017 23:18 1.6K [TXT] 8.0.0296 02-Feb-2017 22:22 6.4K [TXT] 8.0.0297 03-Feb-2017 22:02 7.1K [   ] 8.0.0298 03-Feb-2017 22:02 2.5K [TXT] 8.0.0299 03-Feb-2017 22:02 4.3K [TXT] 8.0.0300 03-Feb-2017 23:17 3.5K [TXT] 8.0.0301 04-Feb-2017 15:54 5.2K [TXT] 8.0.0302 04-Feb-2017 19:50 3.4K [TXT] 8.0.0303 04-Feb-2017 21:35 5.8K [TXT] 8.0.0304 04-Feb-2017 21:50 1.8K [TXT] 8.0.0305 05-Feb-2017 14:13 2.9K [   ] 8.0.0306 05-Feb-2017 14:16 4.0K [TXT] 8.0.0307 05-Feb-2017 15:34 3.3K [TXT] 8.0.0308 05-Feb-2017 16:35 4.8K [   ] 8.0.0309 05-Feb-2017 16:35 2.3K [   ] 8.0.0310 05-Feb-2017 20:55 2.4K [TXT] 8.0.0311 05-Feb-2017 21:15 44K [TXT] 8.0.0312 06-Feb-2017 21:56 8.9K [TXT] 8.0.0313 06-Feb-2017 22:13 3.5K [   ] 8.0.0314 06-Feb-2017 22:23 2.5K [   ] 8.0.0315 08-Feb-2017 23:17 2.6K [TXT] 8.0.0316 09-Feb-2017 11:55 2.6K [TXT] 8.0.0317 09-Feb-2017 16:07 3.4K [TXT] 8.0.0318 09-Feb-2017 16:15 1.8K [TXT] 8.0.0319 09-Feb-2017 17:37 2.9K [TXT] 8.0.0320 09-Feb-2017 18:25 1.9K [TXT] 8.0.0321 09-Feb-2017 20:23 4.6K [TXT] 8.0.0322 09-Feb-2017 21:08 1.5K [TXT] 8.0.0323 09-Feb-2017 21:44 1.8K [TXT] 8.0.0324 09-Feb-2017 22:29 2.6K [TXT] 8.0.0325 11-Feb-2017 11:37 1.3K [TXT] 8.0.0326 11-Feb-2017 23:08 2.0K [TXT] 8.0.0327 12-Feb-2017 19:00 1.8K [TXT] 8.0.0328 12-Feb-2017 19:00 2.0K [TXT] 8.0.0329 12-Feb-2017 20:02 6.1K [TXT] 8.0.0330 17-Feb-2017 11:40 2.2K [TXT] 8.0.0331 17-Feb-2017 12:05 3.2K [TXT] 8.0.0332 17-Feb-2017 13:45 16K [TXT] 8.0.0333 17-Feb-2017 14:53 2.3K [TXT] 8.0.0334 17-Feb-2017 16:32 30K [TXT] 8.0.0335 17-Feb-2017 16:44 1.8K [TXT] 8.0.0336 17-Feb-2017 18:29 4.3K [   ] 8.0.0337 18-Feb-2017 16:59 3.7K [TXT] 8.0.0338 18-Feb-2017 22:44 1.6K [TXT] 8.0.0339 18-Feb-2017 23:12 2.0K [   ] 8.0.0340 19-Feb-2017 13:55 1.7K [TXT] 8.0.0341 19-Feb-2017 15:26 2.2K [TXT] 8.0.0342 19-Feb-2017 21:07 3.6K [TXT] 8.0.0343 20-Feb-2017 22:36 4.0K [TXT] 8.0.0344 20-Feb-2017 23:07 1.7K [   ] 8.0.0345 21-Feb-2017 20:47 4.5K [TXT] 8.0.0346 21-Feb-2017 21:57 2.2K [TXT] 8.0.0347 21-Feb-2017 23:01 2.7K [TXT] 8.0.0348 22-Feb-2017 22:04 2.0K [TXT] 8.0.0349 23-Feb-2017 12:21 3.2K [   ] 8.0.0350 23-Feb-2017 13:47 5.7K [TXT] 8.0.0351 23-Feb-2017 13:51 1.4K [TXT] 8.0.0352 23-Feb-2017 14:55 5.4K [TXT] 8.0.0353 23-Feb-2017 14:56 1.6K [   ] 8.0.0354 23-Feb-2017 15:20 1.6K [TXT] 8.0.0355 23-Feb-2017 17:07 3.8K [TXT] 8.0.0356 23-Feb-2017 17:19 1.4K [TXT] 8.0.0357 23-Feb-2017 17:59 3.2K [TXT] 8.0.0358 23-Feb-2017 18:09 1.9K [   ] 8.0.0359 23-Feb-2017 18:47 13K [   ] 8.0.0360 23-Feb-2017 19:04 82K [TXT] 8.0.0361 23-Feb-2017 19:33 20K [   ] 8.0.0362 23-Feb-2017 20:17 1.8K [TXT] 8.0.0363 23-Feb-2017 20:21 1.5K [TXT] 8.0.0364 25-Feb-2017 14:21 3.8K [   ] 8.0.0365 25-Feb-2017 15:00 14K [TXT] 8.0.0366 25-Feb-2017 15:48 1.4K [TXT] 8.0.0367 25-Feb-2017 16:02 3.9K [TXT] 8.0.0368 25-Feb-2017 20:41 12K [TXT] 8.0.0369 25-Feb-2017 21:13 4.7K [TXT] 8.0.0370 25-Feb-2017 21:38 3.9K [TXT] 8.0.0371 25-Feb-2017 21:40 1.5K [   ] 8.0.0372 25-Feb-2017 22:19 18K [   ] 8.0.0373 25-Feb-2017 22:37 1.6K [TXT] 8.0.0374 26-Feb-2017 14:00 2.7K [TXT] 8.0.0375 26-Feb-2017 15:09 2.9K [TXT] 8.0.0376 26-Feb-2017 15:27 2.1K [   ] 8.0.0377 26-Feb-2017 18:12 2.2K [   ] 8.0.0378 26-Feb-2017 18:17 2.1K [TXT] 8.0.0379 26-Feb-2017 19:09 2.6K [TXT] 8.0.0380 26-Feb-2017 19:41 3.9K [   ] 8.0.0381 26-Feb-2017 20:00 2.8K [TXT] 8.0.0382 27-Feb-2017 20:34 2.1K [TXT] 8.0.0383 27-Feb-2017 21:12 2.0K [TXT] 8.0.0384 27-Feb-2017 21:36 1.4K [TXT] 8.0.0385 27-Feb-2017 21:48 4.4K [TXT] 8.0.0386 27-Feb-2017 23:00 2.4K [   ] 8.0.0387 28-Feb-2017 21:27 3.0K [TXT] 8.0.0388 28-Feb-2017 21:54 5.3K [   ] 8.0.0389 28-Feb-2017 22:59 6.0K [TXT] 8.0.0390 01-Mar-2017 12:29 4.5K [TXT] 8.0.0391 01-Mar-2017 14:03 27K [TXT] 8.0.0392 01-Mar-2017 15:07 6.0K [TXT] 8.0.0393 01-Mar-2017 15:45 7.0K [TXT] 8.0.0394 01-Mar-2017 18:11 5.7K [TXT] 8.0.0395 01-Mar-2017 18:31 3.9K [TXT] 8.0.0396 01-Mar-2017 20:33 6.9K [TXT] 8.0.0397 01-Mar-2017 20:41 2.0K [   ] 8.0.0398 01-Mar-2017 22:17 1.9K [   ] 8.0.0399 02-Mar-2017 22:12 1.9K [TXT] 8.0.0400 02-Mar-2017 22:43 1.4K [   ] 8.0.0401 02-Mar-2017 23:06 1.5K [   ] 8.0.0402 02-Mar-2017 23:06 3.1K [TXT] 8.0.0403 04-Mar-2017 13:32 3.1K [   ] 8.0.0404 04-Mar-2017 13:47 4.7K [   ] 8.0.0405 04-Mar-2017 14:37 4.6K [TXT] 8.0.0406 04-Mar-2017 14:54 13K [   ] 8.0.0407 04-Mar-2017 15:29 2.0K [TXT] 8.0.0408 04-Mar-2017 18:43 7.0K [TXT] 8.0.0409 04-Mar-2017 19:11 1.4K [TXT] 8.0.0410 04-Mar-2017 20:10 2.5K [TXT] 8.0.0411 04-Mar-2017 20:42 3.0K [   ] 8.0.0412 04-Mar-2017 21:03 1.6K [TXT] 8.0.0413 04-Mar-2017 21:41 1.7K [   ] 8.0.0414 05-Mar-2017 13:28 5.4K [TXT] 8.0.0415 05-Mar-2017 13:48 2.0K [TXT] 8.0.0416 05-Mar-2017 14:29 7.9K [TXT] 8.0.0417 05-Mar-2017 14:57 1.3K [   ] 8.0.0418 05-Mar-2017 14:57 5.3K [TXT] 8.0.0419 05-Mar-2017 15:20 3.3K [TXT] 8.0.0420 05-Mar-2017 17:44 26K [TXT] 8.0.0421 05-Mar-2017 18:03 5.3K [   ] 8.0.0422 05-Mar-2017 19:01 4.2K [TXT] 8.0.0423 05-Mar-2017 19:44 3.3K [   ] 8.0.0424 05-Mar-2017 19:49 1.7K [TXT] 8.0.0425 05-Mar-2017 21:19 3.9K [   ] 8.0.0426 06-Mar-2017 20:28 10K [TXT] 8.0.0427 07-Mar-2017 21:28 2.3K [TXT] 8.0.0428 07-Mar-2017 21:28 23K [TXT] 8.0.0429 07-Mar-2017 22:34 4.2K [TXT] 8.0.0430 08-Mar-2017 00:02 7.2K [TXT] 8.0.0431 08-Mar-2017 22:20 7.8K [   ] 8.0.0432 08-Mar-2017 22:40 1.8K [   ] 8.0.0433 08-Mar-2017 22:55 11K [TXT] 8.0.0434 09-Mar-2017 12:11 7.1K [   ] 8.0.0435 09-Mar-2017 12:11 9.2K [TXT] 8.0.0436 09-Mar-2017 13:55 1.5K [TXT] 8.0.0437 09-Mar-2017 13:58 1.8K [TXT] 8.0.0438 09-Mar-2017 14:01 1.9K [TXT] 8.0.0439 09-Mar-2017 18:21 2.3K [   ] 8.0.0440 09-Mar-2017 18:21 58K [TXT] 8.0.0441 09-Mar-2017 18:59 1.7K [TXT] 8.0.0442 09-Mar-2017 19:22 2.7K [   ] 8.0.0443 11-Mar-2017 18:43 1.5K [TXT] 8.0.0444 11-Mar-2017 19:22 3.8K [   ] 8.0.0445 11-Mar-2017 20:08 4.9K [TXT] 8.0.0446 12-Mar-2017 17:11 3.3K [TXT] 8.0.0447 12-Mar-2017 17:11 17K [TXT] 8.0.0448 20-Apr-2017 18:30 67K [TXT] 8.0.0449 12-Mar-2017 18:33 3.2K [TXT] 8.0.0450 12-Mar-2017 18:38 2.8K [   ] 8.0.0451 12-Mar-2017 19:23 74K [   ] 8.0.0452 12-Mar-2017 20:10 87K [TXT] 8.0.0453 12-Mar-2017 20:37 4.6K [TXT] 8.0.0454 12-Mar-2017 21:32 2.6K [TXT] 8.0.0455 13-Mar-2017 20:37 2.0K [   ] 8.0.0456 13-Mar-2017 22:42 1.6K [TXT] 8.0.0457 14-Mar-2017 21:54 18K [TXT] 8.0.0458 14-Mar-2017 22:32 2.2K [TXT] 8.0.0459 15-Mar-2017 20:47 2.1K [TXT] 8.0.0460 16-Mar-2017 12:23 2.1K [TXT] 8.0.0461 16-Mar-2017 13:54 3.8K [TXT] 8.0.0462 16-Mar-2017 14:05 1.6K [TXT] 8.0.0463 16-Mar-2017 14:20 2.3K [TXT] 8.0.0464 16-Mar-2017 15:14 5.2K [   ] 8.0.0465 16-Mar-2017 15:59 5.4K [   ] 8.0.0466 16-Mar-2017 17:24 87K [TXT] 8.0.0467 16-Mar-2017 19:04 2.0K [TXT] 8.0.0468 16-Mar-2017 19:59 7.1K [TXT] 8.0.0469 16-Mar-2017 22:07 2.1K [   ] 8.0.0470 16-Mar-2017 22:27 3.3K [TXT] 8.0.0471 16-Mar-2017 22:31 1.5K [   ] 8.0.0472 16-Mar-2017 22:38 1.8K [TXT] 8.0.0473 16-Mar-2017 22:53 6.1K [TXT] 8.0.0474 18-Mar-2017 16:19 6.4K [TXT] 8.0.0475 18-Mar-2017 18:28 8.6K [TXT] 8.0.0476 18-Mar-2017 18:28 2.7K [TXT] 8.0.0477 18-Mar-2017 19:43 16K [   ] 8.0.0478 18-Mar-2017 20:19 19K [TXT] 8.0.0479 18-Mar-2017 20:46 2.7K [TXT] 8.0.0480 18-Mar-2017 21:23 2.8K [TXT] 8.0.0481 18-Mar-2017 21:37 6.2K [TXT] 8.0.0482 18-Mar-2017 22:36 2.9K [TXT] 8.0.0483 18-Mar-2017 23:11 2.0K [TXT] 8.0.0484 19-Mar-2017 14:28 17K [   ] 8.0.0485 19-Mar-2017 16:10 14K [   ] 8.0.0486 19-Mar-2017 17:10 6.2K [TXT] 8.0.0487 19-Mar-2017 18:35 1.7K [TXT] 8.0.0488 19-Mar-2017 19:12 1.9K [   ] 8.0.0489 19-Mar-2017 20:04 6.3K [TXT] 8.0.0490 19-Mar-2017 20:23 3.4K [TXT] 8.0.0491 19-Mar-2017 21:01 1.5K [   ] 8.0.0492 19-Mar-2017 21:25 24K [   ] 8.0.0493 19-Mar-2017 21:37 5.8K [TXT] 8.0.0494 19-Mar-2017 21:48 3.2K [TXT] 8.0.0495 20-Mar-2017 21:47 4.8K [TXT] 8.0.0496 21-Mar-2017 13:23 3.5K [TXT] 8.0.0497 21-Mar-2017 13:23 7.5K [TXT] 8.0.0498 21-Mar-2017 15:50 5.3K [   ] 8.0.0499 21-Mar-2017 17:10 8.0K [TXT] 8.0.0500 21-Mar-2017 18:03 2.2K [TXT] 8.0.0501 21-Mar-2017 19:47 4.4K [TXT] 8.0.0502 21-Mar-2017 21:59 1.4K [TXT] 8.0.0503 23-Mar-2017 22:54 1.6K [TXT] 8.0.0504 25-Mar-2017 15:22 11K [TXT] 8.0.0505 25-Mar-2017 15:22 1.7K [TXT] 8.0.0506 25-Mar-2017 15:22 1.8K [TXT] 8.0.0507 25-Mar-2017 15:22 2.2K [   ] 8.0.0508 25-Mar-2017 17:48 1.5K [TXT] 8.0.0509 25-Mar-2017 18:05 2.0K [   ] 8.0.0510 25-Mar-2017 18:11 2.5K [   ] 8.0.0511 25-Mar-2017 20:15 2.7K [TXT] 8.0.0512 25-Mar-2017 20:16 1.6K [TXT] 8.0.0513 26-Mar-2017 13:50 6.0K [TXT] 8.0.0514 26-Mar-2017 21:46 3.3K [TXT] 8.0.0515 27-Mar-2017 23:02 3.0K [TXT] 8.0.0516 29-Mar-2017 13:09 3.7K [TXT] 8.0.0517 29-Mar-2017 14:20 12K [   ] 8.0.0518 29-Mar-2017 14:47 4.2K [TXT] 8.0.0519 29-Mar-2017 15:31 12K [TXT] 8.0.0520 29-Mar-2017 17:31 9.4K [   ] 8.0.0521 29-Mar-2017 18:08 8.0K [TXT] 8.0.0522 29-Mar-2017 19:21 5.2K [TXT] 8.0.0523 29-Mar-2017 19:48 2.5K [TXT] 8.0.0524 29-Mar-2017 20:39 2.1K [   ] 8.0.0525 29-Mar-2017 21:30 1.6K [TXT] 8.0.0526 30-Mar-2017 21:19 2.1K [TXT] 8.0.0527 30-Mar-2017 21:53 4.0K [TXT] 8.0.0528 30-Mar-2017 22:05 1.7K [TXT] 8.0.0529 30-Mar-2017 22:21 3.6K [TXT] 8.0.0530 31-Mar-2017 22:27 3.6K [TXT] 8.0.0531 31-Mar-2017 23:33 1.5K [TXT] 8.0.0532 01-Apr-2017 14:13 1.5K [TXT] 8.0.0533 01-Apr-2017 15:16 2.3K [TXT] 8.0.0534 01-Apr-2017 17:00 2.0K [TXT] 8.0.0535 01-Apr-2017 21:22 5.3K [TXT] 8.0.0536 02-Apr-2017 15:16 5.1K [   ] 8.0.0537 02-Apr-2017 15:45 6.5K [   ] 8.0.0538 02-Apr-2017 16:54 1.6K [   ] 8.0.0539 02-Apr-2017 17:21 3.2K [TXT] 8.0.0540 02-Apr-2017 18:20 2.3K [TXT] 8.0.0541 03-Apr-2017 21:36 1.5K [TXT] 8.0.0542 03-Apr-2017 22:03 3.2K [TXT] 8.0.0543 07-Apr-2017 14:03 12K [TXT] 8.0.0544 07-Apr-2017 14:03 2.8K [TXT] 8.0.0545 07-Apr-2017 14:11 2.8K [TXT] 8.0.0546 07-Apr-2017 15:43 3.8K [TXT] 8.0.0547 07-Apr-2017 16:18 2.1K [TXT] 8.0.0548 07-Apr-2017 19:50 8.3K [TXT] 8.0.0549 07-Apr-2017 20:10 3.7K [TXT] 8.0.0550 07-Apr-2017 20:31 3.8K [TXT] 8.0.0551 08-Apr-2017 18:41 3.0K [TXT] 8.0.0552 08-Apr-2017 19:12 3.0K [TXT] 8.0.0553 08-Apr-2017 19:40 2.6K [   ] 8.0.0554 09-Apr-2017 13:42 2.6K [TXT] 8.0.0555 09-Apr-2017 14:59 1.7K [TXT] 8.0.0556 09-Apr-2017 15:03 1.8K [   ] 8.0.0557 09-Apr-2017 15:27 3.3K [TXT] 8.0.0558 09-Apr-2017 15:42 2.1K [   ] 8.0.0559 09-Apr-2017 22:54 2.4K [   ] 8.0.0560 11-Apr-2017 12:47 1.6K [   ] 8.0.0561 10-Apr-2017 22:23 2.5K [   ] 8.0.0562 10-Apr-2017 22:45 3.7K [TXT] 8.0.0563 11-Apr-2017 22:44 1.4K [   ] 8.0.0564 15-Apr-2017 14:37 2.0K [TXT] 8.0.0565 15-Apr-2017 15:24 1.6K [TXT] 8.0.0566 15-Apr-2017 15:40 2.6K [TXT] 8.0.0567 18-Apr-2017 18:53 2.1K [TXT] 8.0.0568 20-Apr-2017 18:55 2.2K [TXT] 8.0.0569 20-Apr-2017 19:45 2.3K [TXT] 8.0.0570 20-Apr-2017 20:20 37K [TXT] 8.0.0571 20-Apr-2017 21:13 2.7K [TXT] 8.0.0572 20-Apr-2017 21:57 18K [TXT] 8.0.0573 20-Apr-2017 22:32 2.8K [   ] 8.0.0574 20-Apr-2017 22:45 8.9K [   ] 8.0.0575 20-Apr-2017 22:58 2.6K [   ] 8.0.0576 21-Apr-2017 23:00 7.4K [TXT] 8.0.0577 21-Apr-2017 23:19 1.6K [TXT] 8.0.0578 22-Apr-2017 15:18 2.4K [TXT] 8.0.0579 22-Apr-2017 15:43 1.4K [TXT] 8.0.0580 22-Apr-2017 21:21 3.6K [TXT] 8.0.0581 22-Apr-2017 22:40 6.7K [TXT] 8.0.0582 22-Apr-2017 23:50 6.3K [TXT] 8.0.0583 23-Apr-2017 16:51 2.5K [TXT] 8.0.0584 23-Apr-2017 17:20 1.3K [TXT] 8.0.0585 23-Apr-2017 18:45 2.2K [TXT] 8.0.0586 23-Apr-2017 18:50 1.9K [TXT] 8.0.0587 28-Apr-2017 15:46 5.0K [TXT] 8.0.0588 29-Apr-2017 16:26 2.2K [TXT] 8.0.0589 30-Apr-2017 14:23 2.0K [TXT] 8.0.0590 30-Apr-2017 14:23 7.2K [TXT] 8.0.0591 30-Apr-2017 19:42 40K [TXT] 8.0.0592 30-Apr-2017 19:42 11K [TXT] 8.0.0593 30-Apr-2017 20:25 11K [TXT] 8.0.0594 30-Apr-2017 20:48 1.4K [TXT] 8.0.0595 01-May-2017 14:22 1.8K [TXT] 8.0.0596 01-May-2017 20:48 6.1K [TXT] 8.0.0597 15-May-2017 08:48 3.0K [TXT] 8.0.0598 16-May-2017 09:41 1.4K [   ] 8.0.0599 16-May-2017 13:17 7.1K [   ] 8.0.0600 24-May-2017 10:10 1.5K [TXT] 8.0.0601 24-May-2017 10:10 1.9K [TXT] 8.0.0602 24-May-2017 10:10 3.2K [TXT] 8.0.0603 24-May-2017 10:10 1.6K [TXT] 8.0.0604 24-May-2017 10:45 1.9K [TXT] 8.0.0605 28-May-2017 07:58 2.6K [TXT] 8.0.0606 28-May-2017 08:18 4.6K [TXT] 8.0.0607 04-Jun-2017 14:58 8.0K [TXT] 8.0.0608 04-Jun-2017 15:31 9.3K [TXT] 8.0.0609 04-Jun-2017 15:34 1.8K [TXT] 8.0.0610 04-Jun-2017 15:38 2.5K [TXT] 8.0.0611 04-Jun-2017 15:46 2.6K [TXT] 8.0.0612 04-Jun-2017 17:48 6.6K [TXT] 8.0.0613 04-Jun-2017 19:01 4.9K [   ] 8.0.0614 04-Jun-2017 20:30 12K [   ] 8.0.0615 04-Jun-2017 20:44 2.0K [TXT] 8.0.0616 04-Jun-2017 21:06 3.4K [TXT] 8.0.0617 04-Jun-2017 21:41 1.9K [TXT] 8.0.0618 05-Jun-2017 13:30 3.9K [TXT] 8.0.0619 05-Jun-2017 13:32 2.7K [TXT] 8.0.0620 05-Jun-2017 15:07 15K [TXT] 8.0.0621 05-Jun-2017 16:02 12K [TXT] 8.0.0622 05-Jun-2017 16:37 4.0K [TXT] 8.0.0623 05-Jun-2017 16:54 3.7K [   ] 8.0.0624 05-Jun-2017 17:54 1.7K [TXT] 8.0.0625 05-Jun-2017 18:46 3.2K [TXT] 8.0.0626 05-Jun-2017 19:33 1.7K [TXT] 8.0.0627 05-Jun-2017 19:56 8.6K [TXT] 8.0.0628 09-Jun-2017 21:36 2.8K [TXT] 8.0.0629 09-Jun-2017 21:36 1.8K [TXT] 8.0.0630 10-Jun-2017 14:30 8.3K [TXT] 8.0.0631 10-Jun-2017 15:46 1.9K [TXT] 8.0.0632 10-Jun-2017 16:31 2.0K [TXT] 8.0.0633 10-Jun-2017 17:06 2.5K [TXT] 8.0.0634 11-Jun-2017 16:08 8.9K [TXT] 8.0.0635 11-Jun-2017 17:11 21K [TXT] 8.0.0636 11-Jun-2017 23:09 2.5K [TXT] 8.0.0637 13-Jun-2017 14:34 2.0K [TXT] 8.0.0638 13-Jun-2017 15:22 8.7K [TXT] 8.0.0639 13-Jun-2017 16:13 2.6K [TXT] 8.0.0640 13-Jun-2017 16:35 1.8K [TXT] 8.0.0641 13-Jun-2017 19:55 9.2K [   ] 8.0.0642 13-Jun-2017 19:55 4.6K [TXT] 8.0.0643 17-Jun-2017 18:45 35K [   ] 8.0.0644 17-Jun-2017 19:14 1.6K [TXT] 8.0.0645 17-Jun-2017 20:08 5.9K [TXT] 8.0.0646 17-Jun-2017 20:55 6.7K [TXT] 8.0.0647 18-Jun-2017 22:42 17K [   ] 8.0.0648 19-Jun-2017 20:36 1.6K [TXT] 8.0.0649 22-Jun-2017 14:17 3.7K [TXT] 8.0.0650 22-Jun-2017 14:47 2.0K [TXT] 8.0.0651 22-Jun-2017 14:56 1.5K [TXT] 8.0.0652 22-Jun-2017 15:28 9.8K [TXT] 8.0.0653 22-Jun-2017 16:05 2.0K [TXT] 8.0.0654 22-Jun-2017 19:13 5.1K [   ] 8.0.0655 22-Jun-2017 19:15 2.6K [TXT] 8.0.0656 22-Jun-2017 20:39 2.3K [TXT] 8.0.0657 22-Jun-2017 21:34 13K [TXT] 8.0.0658 22-Jun-2017 21:43 47K [TXT] 8.0.0659 22-Jun-2017 22:01 5.7K [TXT] 8.0.0660 22-Jun-2017 22:05 1.6K [TXT] 8.0.0661 22-Jun-2017 22:38 10K [TXT] 8.0.0662 22-Jun-2017 23:03 1.8K [TXT] 8.0.0663 23-Jun-2017 20:53 5.8K [TXT] 8.0.0664 23-Jun-2017 22:36 2.3K [   ] 8.0.0665 23-Jun-2017 22:46 1.5K [TXT] 8.0.0666 23-Jun-2017 23:01 4.0K [   ] 8.0.0667 24-Jun-2017 14:48 5.8K [TXT] 8.0.0668 24-Jun-2017 15:11 1.6K [TXT] 8.0.0669 24-Jun-2017 15:39 2.9K [   ] 8.0.0670 24-Jun-2017 16:03 3.5K [TXT] 8.0.0671 24-Jun-2017 18:49 1.6K [TXT] 8.0.0672 24-Jun-2017 22:30 5.9K [TXT] 8.0.0673 25-Jun-2017 13:40 1.2K [   ] 8.0.0674 25-Jun-2017 13:40 1.7K [TXT] 8.0.0675 25-Jun-2017 18:04 2.6K [TXT] 8.0.0676 25-Jun-2017 21:21 8.6K [TXT] 8.0.0677 25-Jun-2017 21:21 4.1K [TXT] 8.0.0678 25-Jun-2017 22:46 3.7K [TXT] 8.0.0679 26-Jun-2017 10:00 2.2K [TXT] 8.0.0680 27-Jun-2017 14:44 9.8K [TXT] 8.0.0681 27-Jun-2017 15:40 2.3K [   ] 8.0.0682 27-Jun-2017 15:44 2.7K [TXT] 8.0.0683 27-Jun-2017 17:10 4.8K [   ] 8.0.0684 27-Jun-2017 18:29 14K [TXT] 8.0.0685 27-Jun-2017 22:12 28K [TXT] 8.0.0686 28-Jun-2017 20:46 1.4K [TXT] 8.0.0687 28-Jun-2017 21:27 6.5K [TXT] 8.0.0688 28-Jun-2017 22:27 4.2K [TXT] 8.0.0689 29-Jun-2017 22:23 2.3K [TXT] 8.0.0690 29-Jun-2017 22:28 2.1K [TXT] 8.0.0691 29-Jun-2017 22:33 1.2K [TXT] 8.0.0692 01-Jul-2017 23:12 2.9K [TXT] 8.0.0693 07-Jul-2017 11:55 353K [TXT] 8.0.0694 07-Jul-2017 12:23 2.3K [   ] 8.0.0695 07-Jul-2017 12:43 4.9K [TXT] 8.0.0696 07-Jul-2017 13:04 1.3K [TXT] 8.0.0697 07-Jul-2017 13:32 9.2K [   ] 8.0.0698 07-Jul-2017 14:51 4.1K [TXT] 8.0.0699 08-Jul-2017 14:30 1.7K [TXT] 8.0.0700 08-Jul-2017 14:46 2.6K [TXT] 8.0.0701 08-Jul-2017 22:39 2.8K [TXT] 8.0.0702 08-Jul-2017 22:39 5.1K [TXT] 8.0.0703 09-Jul-2017 15:43 3.0K [TXT] 8.0.0704 09-Jul-2017 15:43 2.1K [   ] 8.0.0705 10-Jul-2017 22:12 3.0K [TXT] 8.0.0706 11-Jul-2017 15:12 1.6K [TXT] 8.0.0707 11-Jul-2017 18:29 1.8K [   ] 8.0.0708 11-Jul-2017 21:46 36K [   ] 8.0.0709 11-Jul-2017 22:35 8.1K [TXT] 8.0.0710 12-Jul-2017 20:25 3.5K [TXT] 8.0.0711 12-Jul-2017 21:14 2.0K [TXT] 8.0.0712 15-Jul-2017 14:04 2.9K [   ] 8.0.0713 15-Jul-2017 15:17 1.8K [TXT] 8.0.0714 15-Jul-2017 15:22 2.9K [TXT] 8.0.0715 15-Jul-2017 17:02 5.6K [TXT] 8.0.0716 15-Jul-2017 19:40 16K [TXT] 8.0.0717 15-Jul-2017 20:06 1.8K [TXT] 8.0.0718 16-Jul-2017 13:49 20K [TXT] 8.0.0719 16-Jul-2017 14:05 3.3K [TXT] 8.0.0720 16-Jul-2017 15:24 3.0K [TXT] 8.0.0721 16-Jul-2017 15:31 6.4K [TXT] 8.0.0722 16-Jul-2017 16:43 1.5K [   ] 8.0.0723 16-Jul-2017 16:43 2.9K [TXT] 8.0.0724 16-Jul-2017 17:58 4.3K [   ] 8.0.0725 16-Jul-2017 20:13 9.7K [   ] 8.0.0726 16-Jul-2017 20:33 1.8K [TXT] 8.0.0727 16-Jul-2017 20:55 1.7K [TXT] 8.0.0728 17-Jul-2017 23:20 8.9K [TXT] 8.0.0729 18-Jul-2017 21:33 11K [TXT] 8.0.0730 18-Jul-2017 22:54 24K [TXT] 8.0.0731 19-Jul-2017 11:29 4.5K [TXT] 8.0.0732 19-Jul-2017 12:52 3.5K [TXT] 8.0.0733 19-Jul-2017 13:23 24K [TXT] 8.0.0734 19-Jul-2017 14:35 2.4K [TXT] 8.0.0735 19-Jul-2017 17:06 3.1K [TXT] 8.0.0736 19-Jul-2017 18:19 19K [TXT] 8.0.0737 19-Jul-2017 19:58 11K [TXT] 8.0.0738 19-Jul-2017 23:24 6.7K [TXT] 8.0.0739 20-Jul-2017 23:05 9.0K [TXT] 8.0.0740 21-Jul-2017 21:10 3.3K [TXT] 8.0.0741 22-Jul-2017 14:09 1.6K [TXT] 8.0.0742 22-Jul-2017 16:15 40K [TXT] 8.0.0743 22-Jul-2017 17:04 2.1K [TXT] 8.0.0744 22-Jul-2017 18:04 16K [TXT] 8.0.0745 22-Jul-2017 18:14 2.4K [TXT] 8.0.0746 22-Jul-2017 18:39 3.2K [TXT] 8.0.0747 22-Jul-2017 19:04 2.5K [TXT] 8.0.0748 22-Jul-2017 20:33 8.6K [TXT] 8.0.0749 22-Jul-2017 20:42 1.5K [TXT] 8.0.0750 22-Jul-2017 20:53 8.1K [TXT] 8.0.0751 22-Jul-2017 21:12 2.9K [TXT] 8.0.0752 22-Jul-2017 21:16 1.6K [TXT] 8.0.0753 22-Jul-2017 22:33 5.7K [TXT] 8.0.0754 23-Jul-2017 15:49 7.2K [TXT] 8.0.0755 23-Jul-2017 16:45 13K [   ] 8.0.0756 23-Jul-2017 17:14 4.6K [TXT] 8.0.0757 23-Jul-2017 17:15 1.4K [   ] 8.0.0758 23-Jul-2017 17:23 2.5K [TXT] 8.0.0759 23-Jul-2017 17:28 4.1K [TXT] 8.0.0760 23-Jul-2017 18:08 3.4K [TXT] 8.0.0761 23-Jul-2017 19:51 21K [TXT] 8.0.0762 23-Jul-2017 22:02 3.0K [TXT] 8.0.0763 23-Jul-2017 22:08 7.7K [TXT] 8.0.0764 23-Jul-2017 22:51 5.5K [   ] 8.0.0765 23-Jul-2017 22:58 2.3K [TXT] 8.0.0766 24-Jul-2017 20:03 1.6K [TXT] 8.0.0767 24-Jul-2017 20:15 1.7K [TXT] 8.0.0768 24-Jul-2017 21:45 11K [TXT] 8.0.0769 24-Jul-2017 22:29 16K [TXT] 8.0.0770 24-Jul-2017 23:06 1.9K [TXT] 8.0.0771 24-Jul-2017 23:37 3.6K [TXT] 8.0.0772 25-Jul-2017 21:35 6.7K [   ] 8.0.0773 25-Jul-2017 21:50 20K [TXT] 8.0.0774 25-Jul-2017 22:07 3.6K [TXT] 8.0.0775 25-Jul-2017 23:09 5.0K [TXT] 8.0.0776 25-Jul-2017 23:31 5.6K [   ] 8.0.0777 26-Jul-2017 21:30 6.1K [TXT] 8.0.0778 26-Jul-2017 21:50 1.8K [TXT] 8.0.0779 26-Jul-2017 23:11 1.7K [   ] 8.0.0780 27-Jul-2017 21:30 1.9K [   ] 8.0.0781 27-Jul-2017 21:47 3.0K [TXT] 8.0.0782 27-Jul-2017 22:04 8.4K [   ] 8.0.0783 27-Jul-2017 22:09 1.9K [TXT] 8.0.0784 27-Jul-2017 22:15 2.4K [TXT] 8.0.0785 27-Jul-2017 22:57 5.8K [   ] 8.0.0786 28-Jul-2017 13:45 2.6K [TXT] 8.0.0787 28-Jul-2017 13:52 7.0K [TXT] 8.0.0788 28-Jul-2017 13:52 2.3K [TXT] 8.0.0789 28-Jul-2017 14:18 2.3K [TXT] 8.0.0790 28-Jul-2017 14:19 2.3K [TXT] 8.0.0791 28-Jul-2017 15:12 13K [TXT] 8.0.0792 28-Jul-2017 15:38 2.1K [   ] 8.0.0793 28-Jul-2017 15:56 1.8K [TXT] 8.0.0794 28-Jul-2017 16:47 6.4K [TXT] 8.0.0795 28-Jul-2017 17:04 1.6K [   ] 8.0.0796 28-Jul-2017 18:02 2.8K [TXT] 8.0.0797 28-Jul-2017 21:52 22K [TXT] 8.0.0798 28-Jul-2017 22:30 7.7K [TXT] 8.0.0799 28-Jul-2017 23:17 1.4K [TXT] 8.0.0800 29-Jul-2017 14:53 3.9K [TXT] 8.0.0801 29-Jul-2017 15:54 1.7K [TXT] 8.0.0802 29-Jul-2017 16:02 2.0K [TXT] 8.0.0803 29-Jul-2017 20:08 25K [TXT] 8.0.0804 29-Jul-2017 20:16 2.4K [   ] 8.0.0805 29-Jul-2017 20:40 2.1K [   ] 8.0.0806 29-Jul-2017 22:22 1.6K [TXT] 8.0.0807 29-Jul-2017 22:24 8.3K [   ] 8.0.0808 29-Jul-2017 22:41 1.7K [TXT] 8.0.0809 29-Jul-2017 23:02 2.4K [TXT] 8.0.0810 30-Jul-2017 13:29 1.5K [   ] 8.0.0811 30-Jul-2017 13:52 1.9K [   ] 8.0.0812 30-Jul-2017 13:58 1.5K [TXT] 8.0.0813 30-Jul-2017 16:53 25K [TXT] 8.0.0814 30-Jul-2017 16:59 1.4K [TXT] 8.0.0815 30-Jul-2017 17:46 2.3K [   ] 8.0.0816 30-Jul-2017 18:02 2.0K [TXT] 8.0.0817 30-Jul-2017 18:20 8.4K [TXT] 8.0.0818 30-Jul-2017 18:29 5.8K [TXT] 8.0.0819 30-Jul-2017 18:47 2.2K [TXT] 8.0.0820 30-Jul-2017 19:02 2.9K [TXT] 8.0.0821 30-Jul-2017 19:39 6.2K [TXT] 8.0.0822 30-Jul-2017 21:39 1.4K [TXT] 8.0.0823 30-Jul-2017 21:46 4.0K [TXT] 8.0.0824 31-Jul-2017 21:19 3.4K [   ] 8.0.0825 31-Jul-2017 22:30 9.4K [TXT] 8.0.0826 31-Jul-2017 22:57 2.0K [TXT] 8.0.0827 01-Aug-2017 15:08 1.9K [TXT] 8.0.0828 01-Aug-2017 15:59 1.5K [TXT] 8.0.0829 01-Aug-2017 17:14 2.9K [TXT] 8.0.0830 01-Aug-2017 17:40 3.4K [TXT] 8.0.0831 01-Aug-2017 18:04 10K [TXT] 8.0.0832 01-Aug-2017 18:37 8.4K [TXT] 8.0.0833 01-Aug-2017 18:41 1.9K [TXT] 8.0.0834 01-Aug-2017 18:45 2.4K [TXT] 8.0.0835 01-Aug-2017 18:53 1.8K [TXT] 8.0.0836 01-Aug-2017 20:25 6.3K [TXT] 8.0.0837 01-Aug-2017 20:54 1.9K [TXT] 8.0.0838 01-Aug-2017 21:45 7.7K [TXT] 8.0.0839 01-Aug-2017 22:25 5.3K [TXT] 8.0.0840 02-Aug-2017 22:07 4.7K [TXT] 8.0.0841 02-Aug-2017 22:12 2.3K [TXT] 8.0.0842 02-Aug-2017 22:34 2.5K [TXT] 8.0.0843 02-Aug-2017 23:14 1.9K [TXT] 8.0.0844 02-Aug-2017 23:18 2.5K [TXT] 8.0.0845 03-Aug-2017 11:56 2.6K [TXT] 8.0.0846 03-Aug-2017 13:52 14K [TXT] 8.0.0847 03-Aug-2017 14:29 4.9K [TXT] 8.0.0848 03-Aug-2017 14:50 25K [TXT] 8.0.0849 03-Aug-2017 17:09 14K [TXT] 8.0.0850 03-Aug-2017 17:39 2.5K [TXT] 8.0.0851 03-Aug-2017 17:54 2.5K [   ] 8.0.0852 03-Aug-2017 18:55 2.0K [TXT] 8.0.0853 03-Aug-2017 19:23 1.8K [TXT] 8.0.0854 03-Aug-2017 20:45 16K [TXT] 8.0.0855 03-Aug-2017 20:52 3.1K [TXT] 8.0.0856 03-Aug-2017 20:59 1.5K [TXT] 8.0.0857 03-Aug-2017 21:08 1.6K [   ] 8.0.0858 03-Aug-2017 22:45 20K [   ] 8.0.0859 04-Aug-2017 20:30 1.7K [TXT] 8.0.0860 04-Aug-2017 21:38 7.4K [   ] 8.0.0861 04-Aug-2017 22:37 20K [   ] 8.0.0862 04-Aug-2017 22:57 2.1K [TXT] 8.0.0863 05-Aug-2017 14:11 9.1K [TXT] 8.0.0864 05-Aug-2017 14:51 7.4K [   ] 8.0.0865 05-Aug-2017 15:02 1.4K [TXT] 8.0.0866 05-Aug-2017 15:17 1.6K [TXT] 8.0.0867 05-Aug-2017 16:34 4.5K [TXT] 8.0.0868 05-Aug-2017 17:14 3.6K [TXT] 8.0.0869 05-Aug-2017 18:06 5.2K [TXT] 8.0.0870 05-Aug-2017 18:06 2.0K [TXT] 8.0.0871 05-Aug-2017 18:20 1.5K [TXT] 8.0.0872 05-Aug-2017 19:35 3.9K [TXT] 8.0.0873 05-Aug-2017 20:17 12K [   ] 8.0.0874 05-Aug-2017 21:14 1.7K [TXT] 8.0.0875 05-Aug-2017 23:01 1.5K [TXT] 8.0.0876 05-Aug-2017 23:10 2.6K [TXT] 8.0.0877 06-Aug-2017 14:58 17K [   ] 8.0.0878 06-Aug-2017 15:22 5.3K [TXT] 8.0.0879 06-Aug-2017 15:42 2.0K [   ] 8.0.0880 06-Aug-2017 17:20 10K [   ] 8.0.0881 06-Aug-2017 17:38 3.5K [   ] 8.0.0882 06-Aug-2017 17:54 11K [   ] 8.0.0883 06-Aug-2017 18:16 2.1K [TXT] 8.0.0884 06-Aug-2017 19:44 4.9K [TXT] 8.0.0885 06-Aug-2017 21:36 20K [TXT] 8.0.0886 07-Aug-2017 20:39 3.0K [TXT] 8.0.0887 07-Aug-2017 20:52 1.4K [TXT] 8.0.0888 07-Aug-2017 21:18 2.7K [TXT] 8.0.0889 07-Aug-2017 21:27 1.6K [   ] 8.0.0890 07-Aug-2017 22:03 19K [   ] 8.0.0891 07-Aug-2017 22:08 1.9K [TXT] 8.0.0892 08-Aug-2017 21:52 3.1K [TXT] 8.0.0893 08-Aug-2017 23:07 7.0K [TXT] 8.0.0894 09-Aug-2017 22:07 34K [   ] 8.0.0895 09-Aug-2017 22:25 8.8K [TXT] 8.0.0896 10-Aug-2017 23:16 17K [TXT] 8.0.0897 11-Aug-2017 15:46 1.6K [TXT] 8.0.0898 11-Aug-2017 16:25 16K [TXT] 8.0.0899 11-Aug-2017 16:32 5.8K [TXT] 8.0.0900 11-Aug-2017 17:15 3.8K [TXT] 8.0.0901 11-Aug-2017 17:56 1.4K [TXT] 8.0.0902 11-Aug-2017 19:12 29K [TXT] 8.0.0903 11-Aug-2017 20:20 1.3K [TXT] 8.0.0904 11-Aug-2017 20:38 9.6K [TXT] 8.0.0905 11-Aug-2017 20:38 4.6K [   ] 8.0.0906 11-Aug-2017 20:50 2.5K [TXT] 8.0.0907 11-Aug-2017 20:56 1.6K [   ] 8.0.0908 11-Aug-2017 21:52 15K [   ] 8.0.0909 11-Aug-2017 22:29 1.7K [TXT] 8.0.0910 11-Aug-2017 22:29 8.8K [TXT] 8.0.0911 11-Aug-2017 22:45 4.0K [TXT] 8.0.0912 12-Aug-2017 14:33 13K [TXT] 8.0.0913 12-Aug-2017 14:52 3.7K [TXT] 8.0.0914 12-Aug-2017 15:13 6.4K [TXT] 8.0.0915 12-Aug-2017 15:16 1.6K [TXT] 8.0.0916 12-Aug-2017 16:01 7.4K [TXT] 8.0.0917 12-Aug-2017 16:39 3.5K [TXT] 8.0.0918 12-Aug-2017 19:52 22K [TXT] 8.0.0919 12-Aug-2017 20:12 1.6K [TXT] 8.0.0920 12-Aug-2017 21:16 2.1K [TXT] 8.0.0921 12-Aug-2017 22:56 9.8K [TXT] 8.0.0922 13-Aug-2017 13:42 16K [TXT] 8.0.0923 13-Aug-2017 14:13 4.3K [   ] 8.0.0924 13-Aug-2017 15:17 3.5K [TXT] 8.0.0925 13-Aug-2017 15:38 2.4K [TXT] 8.0.0926 13-Aug-2017 16:02 1.7K [TXT] 8.0.0927 13-Aug-2017 16:10 1.9K [TXT] 8.0.0928 13-Aug-2017 17:13 20K [TXT] 8.0.0929 13-Aug-2017 17:38 2.0K [TXT] 8.0.0930 13-Aug-2017 18:12 3.4K [TXT] 8.0.0931 13-Aug-2017 18:15 2.4K [TXT] 8.0.0932 13-Aug-2017 20:06 11K [TXT] 8.0.0933 13-Aug-2017 20:26 3.1K [TXT] 8.0.0934 13-Aug-2017 20:29 1.9K [   ] 8.0.0935 13-Aug-2017 20:44 2.8K [   ] 8.0.0936 13-Aug-2017 20:59 2.3K [TXT] 8.0.0937 13-Aug-2017 21:38 9.7K [   ] 8.0.0938 13-Aug-2017 22:15 2.4K [TXT] 8.0.0939 14-Aug-2017 21:45 2.2K [   ] 8.0.0940 14-Aug-2017 22:01 3.4K [TXT] 8.0.0941 14-Aug-2017 22:35 30K [TXT] 8.0.0942 14-Aug-2017 22:57 2.7K [TXT] 8.0.0943 14-Aug-2017 23:07 2.4K [TXT] 8.0.0944 14-Aug-2017 23:14 2.4K [   ] 8.0.0945 14-Aug-2017 23:25 1.7K [TXT] 8.0.0946 14-Aug-2017 23:41 2.2K [TXT] 8.0.0947 16-Aug-2017 21:10 1.7K [TXT] 8.0.0948 16-Aug-2017 22:46 5.5K [TXT] 8.0.0949 16-Aug-2017 23:14 4.6K [   ] 8.0.0950 17-Aug-2017 11:23 2.3K [   ] 8.0.0951 17-Aug-2017 11:34 1.6K [TXT] 8.0.0952 17-Aug-2017 14:39 5.5K [TXT] 8.0.0953 17-Aug-2017 16:55 6.1K [TXT] 8.0.0954 17-Aug-2017 17:21 3.0K [TXT] 8.0.0955 17-Aug-2017 17:36 2.9K [TXT] 8.0.0956 17-Aug-2017 20:32 27K [TXT] 8.0.0957 18-Aug-2017 20:51 12K [TXT] 8.0.0958 18-Aug-2017 21:07 1.6K [TXT] 8.0.0959 18-Aug-2017 21:53 2.2K [TXT] 8.0.0960 18-Aug-2017 22:57 6.3K [TXT] 8.0.0961 19-Aug-2017 13:30 1.9K [TXT] 8.0.0962 19-Aug-2017 15:06 4.1K [TXT] 8.0.0963 19-Aug-2017 15:40 2.3K [TXT] 8.0.0964 19-Aug-2017 15:52 2.1K [TXT] 8.0.0965 19-Aug-2017 19:41 18K [TXT] 8.0.0966 19-Aug-2017 19:58 1.2K [TXT] 8.0.0967 19-Aug-2017 21:12 2.5K [TXT] 8.0.0968 19-Aug-2017 21:23 1.9K [TXT] 8.0.0969 19-Aug-2017 21:27 1.6K [TXT] 8.0.0970 19-Aug-2017 21:36 1.9K [TXT] 8.0.0971 19-Aug-2017 23:18 2.4K [TXT] 8.0.0972 19-Aug-2017 23:24 2.0K [TXT] 8.0.0973 20-Aug-2017 15:06 12K [TXT] 8.0.0974 20-Aug-2017 15:47 6.6K [TXT] 8.0.0975 20-Aug-2017 16:12 1.6K [TXT] 8.0.0976 20-Aug-2017 18:09 12K [TXT] 8.0.0977 20-Aug-2017 19:23 4.9K [   ] 8.0.0978 20-Aug-2017 19:34 1.9K [   ] 8.0.0979 20-Aug-2017 20:24 2.4K [TXT] 8.0.0980 21-Aug-2017 21:08 1.9K [TXT] 8.0.0981 21-Aug-2017 21:40 2.5K [TXT] 8.0.0982 21-Aug-2017 22:02 6.4K [TXT] 8.0.0983 21-Aug-2017 22:06 1.9K [TXT] 8.0.0984 22-Aug-2017 20:34 4.0K [TXT] 8.0.0985 22-Aug-2017 22:13 8.3K [TXT] 8.0.0986 22-Aug-2017 22:22 3.6K [TXT] 8.0.0987 22-Aug-2017 22:29 2.1K [TXT] 8.0.0988 23-Aug-2017 22:33 2.3K [TXT] 8.0.0989 23-Aug-2017 22:41 4.8K [TXT] 8.0.0990 23-Aug-2017 23:11 3.1K [   ] 8.0.0991 23-Aug-2017 23:37 2.2K [TXT] 8.0.0992 23-Aug-2017 23:52 1.9K [TXT] 8.0.0993 24-Aug-2017 20:21 1.5K [TXT] 8.0.0994 24-Aug-2017 21:49 2.0K [   ] 8.0.0995 25-Aug-2017 23:22 1.6K [TXT] 8.0.0996 26-Aug-2017 15:16 4.0K [TXT] 8.0.0997 26-Aug-2017 15:30 2.2K [TXT] 8.0.0998 26-Aug-2017 16:26 2.2K [TXT] 8.0.0999 26-Aug-2017 17:49 8.5K [   ] 8.0.1000 26-Aug-2017 22:03 18K [TXT] 8.0.1001 26-Aug-2017 22:30 1.8K [TXT] 8.0.1002 26-Aug-2017 23:44 7.6K [TXT] 8.0.1003 27-Aug-2017 13:10 1.5K [TXT] 8.0.1004 27-Aug-2017 13:51 8.0K [TXT] 8.0.1005 27-Aug-2017 14:51 14K [TXT] 8.0.1006 27-Aug-2017 15:24 8.0K [TXT] 8.0.1007 27-Aug-2017 16:55 3.3K [TXT] 8.0.1008 27-Aug-2017 17:38 5.5K [TXT] 8.0.1009 28-Aug-2017 22:44 13K [TXT] 8.0.1010 28-Aug-2017 23:01 1.5K [TXT] 8.0.1011 29-Aug-2017 20:42 1.0K [TXT] 8.0.1012 29-Aug-2017 21:45 9.1K [   ] 8.0.1013 29-Aug-2017 22:45 8.3K [   ] 8.0.1014 30-Aug-2017 13:22 3.7K [TXT] 8.0.1015 30-Aug-2017 13:32 2.9K [TXT] 8.0.1016 30-Aug-2017 14:53 9.5K [TXT] 8.0.1017 30-Aug-2017 14:56 5.9K [   ] 8.0.1018 30-Aug-2017 15:59 2.4K [TXT] 8.0.1019 30-Aug-2017 17:02 3.0K [   ] 8.0.1020 30-Aug-2017 18:53 5.1K [TXT] 8.0.1021 30-Aug-2017 18:59 1.8K [   ] 8.0.1022 30-Aug-2017 20:22 20K [TXT] 8.0.1023 30-Aug-2017 20:34 15K [TXT] 8.0.1024 30-Aug-2017 21:08 6.3K [TXT] 8.0.1025 30-Aug-2017 21:58 1.2K [   ] 8.0.1026 30-Aug-2017 22:01 24K [TXT] 8.0.1027 31-Aug-2017 20:19 2.2K [TXT] 8.0.1028 31-Aug-2017 20:42 2.0K [   ] 8.0.1029 31-Aug-2017 21:36 2.8K [TXT] 8.0.1030 31-Aug-2017 21:36 4.9K [TXT] 8.0.1031 01-Sep-2017 18:34 13K [TXT] 8.0.1032 01-Sep-2017 18:41 2.6K [   ] 8.0.1033 01-Sep-2017 20:24 5.8K [TXT] 8.0.1034 02-Sep-2017 14:54 7.3K [TXT] 8.0.1035 02-Sep-2017 16:29 7.1K [TXT] 8.0.1036 02-Sep-2017 17:19 7.9K [TXT] 8.0.1037 02-Sep-2017 18:02 4.5K [TXT] 8.0.1038 02-Sep-2017 18:34 24K [TXT] 8.0.1039 02-Sep-2017 19:45 11K [TXT] 8.0.1040 02-Sep-2017 19:52 11K [TXT] 8.0.1041 02-Sep-2017 20:31 13K [TXT] 8.0.1042 02-Sep-2017 20:41 1.7K [TXT] 8.0.1043 02-Sep-2017 23:29 2.4K [TXT] 8.0.1044 03-Sep-2017 14:04 1.4K [TXT] 8.0.1045 03-Sep-2017 14:31 1.4K [TXT] 8.0.1046 03-Sep-2017 15:04 3.7K [TXT] 8.0.1047 03-Sep-2017 15:18 1.6K [   ] 8.0.1048 03-Sep-2017 15:48 5.8K [   ] 8.0.1049 03-Sep-2017 18:08 2.1K [TXT] 8.0.1050 03-Sep-2017 19:16 4.8K [TXT] 8.0.1051 03-Sep-2017 19:52 3.0K [   ] 8.0.1052 03-Sep-2017 21:00 7.8K [TXT] 8.0.1053 04-Sep-2017 20:35 4.4K [TXT] 8.0.1054 04-Sep-2017 22:24 2.6K [   ] 8.0.1055 04-Sep-2017 22:57 2.2K [TXT] 8.0.1056 04-Sep-2017 23:21 1.7K [TXT] 8.0.1057 05-Sep-2017 20:20 1.9K [   ] 8.0.1058 05-Sep-2017 21:58 1.5K [TXT] 8.0.1059 05-Sep-2017 21:58 2.0K [TXT] 8.0.1060 05-Sep-2017 22:21 2.2K [   ] 8.0.1061 05-Sep-2017 23:01 2.7K [   ] 8.0.1062 05-Sep-2017 23:30 2.3K [TXT] 8.0.1063 05-Sep-2017 23:31 3.1K [TXT] 8.0.1064 05-Sep-2017 23:33 1.4K [TXT] 8.0.1065 06-Sep-2017 21:44 1.6K [TXT] 8.0.1066 06-Sep-2017 22:08 1.7K [TXT] 8.0.1067 06-Sep-2017 23:40 5.8K [TXT] 8.0.1068 07-Sep-2017 13:01 1.6K [TXT] 8.0.1069 07-Sep-2017 20:19 2.2K [TXT] 8.0.1070 07-Sep-2017 22:25 1.4K [TXT] 8.0.1071 07-Sep-2017 22:38 3.0K [TXT] 8.0.1072 08-Sep-2017 12:38 20K [TXT] 8.0.1073 08-Sep-2017 14:40 3.2K [TXT] 8.0.1074 08-Sep-2017 14:40 21K [TXT] 8.0.1075 08-Sep-2017 16:26 3.1K [TXT] 8.0.1076 08-Sep-2017 20:47 9.6K [TXT] 8.0.1077 08-Sep-2017 21:10 5.5K [TXT] 8.0.1078 09-Sep-2017 15:28 2.8K [TXT] 8.0.1079 09-Sep-2017 16:26 2.0K [TXT] 8.0.1080 09-Sep-2017 16:35 1.8K [TXT] 8.0.1081 09-Sep-2017 16:43 3.6K [TXT] 8.0.1082 09-Sep-2017 18:11 3.0K [TXT] 8.0.1083 09-Sep-2017 18:17 4.4K [   ] 8.0.1084 09-Sep-2017 18:45 6.6K [TXT] 8.0.1085 09-Sep-2017 22:20 16K [   ] 8.0.1086 09-Sep-2017 23:01 2.3K [TXT] 8.0.1087 10-Sep-2017 14:26 4.8K [TXT] 8.0.1088 10-Sep-2017 15:22 21K [   ] 8.0.1089 10-Sep-2017 17:35 3.7K [TXT] 8.0.1090 10-Sep-2017 18:16 5.6K [TXT] 8.0.1091 10-Sep-2017 18:45 4.6K [   ] 8.0.1092 10-Sep-2017 19:15 9.5K [TXT] 8.0.1093 11-Sep-2017 19:32 11K [TXT] 8.0.1094 11-Sep-2017 20:34 2.1K [   ] 8.0.1095 11-Sep-2017 20:46 1.7K [TXT] 8.0.1096 11-Sep-2017 22:01 5.5K [TXT] 8.0.1097 11-Sep-2017 23:06 8.3K [TXT] 8.0.1098 12-Sep-2017 23:00 1.8K [TXT] 8.0.1099 13-Sep-2017 22:10 4.6K [   ] 8.0.1100 13-Sep-2017 22:12 5.1K [TXT] 8.0.1101 13-Sep-2017 22:18 2.6K [TXT] 8.0.1102 14-Sep-2017 00:01 8.3K [TXT] 8.0.1103 14-Sep-2017 13:37 1.5K [TXT] 8.0.1104 14-Sep-2017 13:58 13K [   ] 8.0.1105 14-Sep-2017 14:31 4.8K [TXT] 8.0.1106 14-Sep-2017 15:55 2.3K [TXT] 8.0.1107 14-Sep-2017 16:11 6.3K [TXT] 8.0.1108 14-Sep-2017 20:39 24K [TXT] 8.0.1109 14-Sep-2017 22:57 3.3K [TXT] 8.0.1110 14-Sep-2017 23:07 3.5K [   ] 8.0.1111 15-Sep-2017 12:42 3.2K [TXT] 8.0.1112 15-Sep-2017 22:43 5.1K [TXT] 8.0.1113 16-Sep-2017 15:38 2.0K [TXT] 8.0.1114 16-Sep-2017 15:51 3.5K [TXT] 8.0.1115 16-Sep-2017 17:19 2.7K [TXT] 8.0.1116 16-Sep-2017 17:35 2.2K [TXT] 8.0.1117 16-Sep-2017 17:43 2.2K [TXT] 8.0.1118 16-Sep-2017 20:55 255K [TXT] 8.0.1119 17-Sep-2017 19:08 3.8K [TXT] 8.0.1120 17-Sep-2017 20:33 4.9K [TXT] 8.0.1121 17-Sep-2017 21:00 1.7K [TXT] 8.0.1122 17-Sep-2017 21:43 1.7K [   ] 8.0.1123 17-Sep-2017 23:08 50K [TXT] 8.0.1124 18-Sep-2017 20:01 2.3K [TXT] 8.0.1125 18-Sep-2017 20:32 3.7K [TXT] 8.0.1126 18-Sep-2017 21:25 2.9K [TXT] 8.0.1127 18-Sep-2017 21:51 4.6K [TXT] 8.0.1128 19-Sep-2017 22:02 4.0K [TXT] 8.0.1129 19-Sep-2017 22:08 1.8K [TXT] 8.0.1130 20-Sep-2017 22:43 22K [   ] 8.0.1131 21-Sep-2017 22:47 3.2K [   ] 8.0.1132 21-Sep-2017 22:47 1.6K [TXT] 8.0.1133 22-Sep-2017 13:45 10K [TXT] 8.0.1134 22-Sep-2017 13:54 1.3K [TXT] 8.0.1135 22-Sep-2017 14:36 19K [TXT] 8.0.1136 22-Sep-2017 15:21 57K [   ] 8.0.1137 22-Sep-2017 16:58 1.5K [TXT] 8.0.1138 23-Sep-2017 19:54 3.5K [TXT] 8.0.1139 23-Sep-2017 19:54 12K [   ] 8.0.1140 23-Sep-2017 19:54 31K [TXT] 8.0.1141 23-Sep-2017 19:54 11K [TXT] 8.0.1142 24-Sep-2017 00:01 1.6K [TXT] 8.0.1143 24-Sep-2017 16:27 5.0K [TXT] 8.0.1144 24-Sep-2017 19:40 1.8K [TXT] 8.0.1145 25-Sep-2017 22:03 1.4K [   ] 8.0.1146 25-Sep-2017 22:58 5.5K [   ] 8.0.1147 26-Sep-2017 11:16 2.7K [TXT] 8.0.1148 26-Sep-2017 12:29 6.0K [TXT] 8.0.1149 26-Sep-2017 14:00 7.2K [TXT] 8.0.1150 26-Sep-2017 14:46 6.0K [TXT] 8.0.1151 26-Sep-2017 17:41 2.4K [TXT] 8.0.1152 26-Sep-2017 19:11 6.3K [   ] 8.0.1153 26-Sep-2017 19:42 2.9K [TXT] 8.0.1154 26-Sep-2017 20:05 2.7K [TXT] 8.0.1155 26-Sep-2017 21:22 1.6K [TXT] 8.0.1156 27-Sep-2017 21:42 5.0K [TXT] 8.0.1157 27-Sep-2017 21:46 1.9K [   ] 8.0.1158 28-Sep-2017 21:52 19K [TXT] 8.0.1159 28-Sep-2017 22:35 1.4K [   ] 8.0.1160 29-Sep-2017 21:29 4.1K [TXT] 8.0.1161 29-Sep-2017 22:43 15K [   ] 8.0.1162 30-Sep-2017 14:27 2.4K [   ] 8.0.1163 30-Sep-2017 14:39 2.3K [TXT] 8.0.1164 30-Sep-2017 16:00 5.2K [TXT] 8.0.1165 30-Sep-2017 16:50 2.2K [TXT] 8.0.1166 30-Sep-2017 20:05 1.8K [TXT] 8.0.1167 30-Sep-2017 20:40 3.3K [TXT] 8.0.1168 30-Sep-2017 21:24 18K [TXT] 8.0.1169 01-Oct-2017 14:36 6.8K [   ] 8.0.1170 01-Oct-2017 16:22 8.4K [TXT] 8.0.1171 01-Oct-2017 16:59 1.9K [TXT] 8.0.1172 02-Oct-2017 19:30 2.1K [TXT] 8.0.1173 02-Oct-2017 21:55 2.1K [TXT] 8.0.1174 04-Oct-2017 18:06 2.5K [TXT] 8.0.1175 04-Oct-2017 19:37 1.6K [   ] 8.0.1176 06-Oct-2017 01:09 3.6K [TXT] 8.0.1177 07-Oct-2017 17:36 3.0K [   ] 8.0.1178 07-Oct-2017 18:40 13K [TXT] 8.0.1179 07-Oct-2017 20:03 4.6K [TXT] 8.0.1180 07-Oct-2017 20:11 3.1K [TXT] 8.0.1181 08-Oct-2017 17:42 3.4K [   ] 8.0.1182 08-Oct-2017 17:42 6.3K [TXT] 8.0.1183 08-Oct-2017 17:59 21K [TXT] 8.0.1184 08-Oct-2017 21:53 3.0K [TXT] 8.0.1185 12-Oct-2017 12:34 3.6K [TXT] 8.0.1186 12-Oct-2017 21:29 58K [   ] 8.0.1187 12-Oct-2017 21:45 2.2K [TXT] 8.0.1188 13-Oct-2017 22:34 2.1K [TXT] 8.0.1189 14-Oct-2017 15:25 2.6K [TXT] 8.0.1190 14-Oct-2017 16:06 3.1K [TXT] 8.0.1191 14-Oct-2017 19:06 48K [TXT] 8.0.1192 14-Oct-2017 21:17 2.7K [TXT] 8.0.1193 14-Oct-2017 21:17 2.2K [TXT] 8.0.1194 14-Oct-2017 23:25 18K [TXT] 8.0.1195 15-Oct-2017 13:22 2.9K [TXT] 8.0.1196 15-Oct-2017 13:35 1.4K [TXT] 8.0.1197 15-Oct-2017 21:43 3.3K [TXT] 8.0.1198 15-Oct-2017 21:46 3.7K [TXT] 8.0.1199 15-Oct-2017 21:47 1.7K [TXT] 8.0.1200 15-Oct-2017 22:08 14K [TXT] 8.0.1201 15-Oct-2017 22:14 3.3K [TXT] 8.0.1202 15-Oct-2017 22:43 2.3K [TXT] 8.0.1203 15-Oct-2017 22:57 5.4K [TXT] 8.0.1204 19-Oct-2017 12:38 2.9K [TXT] 8.0.1205 19-Oct-2017 17:12 2.4K [TXT] 8.0.1206 19-Oct-2017 18:36 7.0K [TXT] 8.0.1207 19-Oct-2017 21:05 8.0K [TXT] 8.0.1208 22-Oct-2017 14:22 5.6K [   ] 8.0.1209 22-Oct-2017 14:25 23K [TXT] 8.0.1210 22-Oct-2017 14:45 3.5K [TXT] 8.0.1211 22-Oct-2017 15:36 5.3K [TXT] 8.0.1212 22-Oct-2017 16:43 4.2K [TXT] 8.0.1213 22-Oct-2017 21:11 2.6K [   ] 8.0.1214 23-Oct-2017 21:54 2.3K [TXT] 8.0.1215 24-Oct-2017 21:50 15K [TXT] 8.0.1216 24-Oct-2017 22:33 1.3K [TXT] 8.0.1217 26-Oct-2017 14:29 3.9K [TXT] 8.0.1218 26-Oct-2017 16:42 5.1K [   ] 8.0.1219 26-Oct-2017 17:14 2.4K [TXT] 8.0.1220 26-Oct-2017 18:21 2.5K [   ] 8.0.1221 26-Oct-2017 20:22 48K [TXT] 8.0.1222 26-Oct-2017 22:00 3.5K [TXT] 8.0.1223 26-Oct-2017 22:04 4.1K [   ] 8.0.1224 27-Oct-2017 00:55 11K [   ] 8.0.1225 27-Oct-2017 00:57 2.4K [TXT] 8.0.1226 27-Oct-2017 01:35 2.9K [TXT] 8.0.1227 27-Oct-2017 22:15 2.1K [TXT] 8.0.1228 28-Oct-2017 14:46 1.9K [TXT] 8.0.1229 28-Oct-2017 15:39 1.7K [TXT] 8.0.1230 28-Oct-2017 16:08 2.5K [TXT] 8.0.1231 28-Oct-2017 17:53 2.8K [TXT] 8.0.1232 28-Oct-2017 18:27 11K [TXT] 8.0.1233 28-Oct-2017 18:50 1.4K [TXT] 8.0.1234 28-Oct-2017 19:23 6.9K [TXT] 8.0.1235 28-Oct-2017 20:29 4.6K [   ] 8.0.1236 31-Oct-2017 22:39 97K [TXT] 8.0.1237 29-Oct-2017 15:27 4.2K [TXT] 8.0.1238 29-Oct-2017 16:40 17K [TXT] 8.0.1239 30-Oct-2017 21:49 14K [TXT] 8.0.1240 30-Oct-2017 21:56 8.3K [TXT] 8.0.1241 31-Oct-2017 22:20 1.8K [   ] 8.0.1242 02-Nov-2017 15:44 2.9K [TXT] 8.0.1243 02-Nov-2017 16:00 2.3K [TXT] 8.0.1244 02-Nov-2017 16:17 2.8K [TXT] 8.0.1245 02-Nov-2017 16:58 8.5K [TXT] 8.0.1246 02-Nov-2017 17:50 2.0K [TXT] 8.0.1247 02-Nov-2017 18:10 1.8K [TXT] 8.0.1248 02-Nov-2017 18:13 3.0K [TXT] 8.0.1249 02-Nov-2017 18:19 2.6K [TXT] 8.0.1250 02-Nov-2017 19:09 7.3K [TXT] 8.0.1251 02-Nov-2017 19:23 1.9K [   ] 8.0.1252 02-Nov-2017 19:28 5.7K [   ] 8.0.1253 02-Nov-2017 21:05 28K [   ] 8.0.1254 02-Nov-2017 22:30 5.6K [   ] 8.0.1255 02-Nov-2017 22:39 2.3K [TXT] 8.0.1256 02-Nov-2017 23:04 4.0K [TXT] 8.0.1257 02-Nov-2017 23:16 1.4K [TXT] 8.0.1258 04-Nov-2017 15:18 2.6K [TXT] 8.0.1259 04-Nov-2017 18:49 11K [TXT] 8.0.1260 04-Nov-2017 19:25 16K [TXT] 8.0.1261 04-Nov-2017 20:12 4.5K [TXT] 8.0.1262 04-Nov-2017 20:47 1.4K [TXT] 8.0.1263 04-Nov-2017 21:35 7.0K [TXT] 8.0.1264 04-Nov-2017 21:45 4.2K [TXT] 8.0.1265 04-Nov-2017 22:21 1.5K [TXT] 8.0.1266 04-Nov-2017 22:31 4.4K [TXT] 8.0.1267 04-Nov-2017 22:37 3.4K [TXT] 8.0.1268 05-Nov-2017 16:05 11K [TXT] 8.0.1269 05-Nov-2017 16:23 5.3K [   ] 8.0.1270 05-Nov-2017 18:23 3.3K [   ] 8.0.1271 05-Nov-2017 21:00 46K [TXT] 8.0.1272 05-Nov-2017 21:25 1.8K [TXT] 8.0.1273 06-Nov-2017 20:42 1.2K [TXT] 8.0.1274 06-Nov-2017 21:33 3.9K [TXT] 8.0.1275 09-Nov-2017 12:30 1.8K [TXT] 8.0.1276 09-Nov-2017 13:22 2.7K [TXT] 8.0.1277 09-Nov-2017 17:34 5.9K [TXT] 8.0.1278 09-Nov-2017 18:34 7.8K [TXT] 8.0.1279 09-Nov-2017 19:57 29K [   ] 8.0.1280 09-Nov-2017 19:57 48K [   ] 8.0.1281 09-Nov-2017 20:46 66K [TXT] 8.0.1282 09-Nov-2017 21:06 2.5K [   ] 8.0.1283 09-Nov-2017 22:11 2.0K [TXT] 8.0.1284 10-Nov-2017 21:53 4.8K [TXT] 8.0.1285 11-Nov-2017 15:40 68K [TXT] 8.0.1286 11-Nov-2017 15:54 1.7K [TXT] 8.0.1287 11-Nov-2017 17:02 3.2K [TXT] 8.0.1288 11-Nov-2017 17:09 2.3K [TXT] 8.0.1289 11-Nov-2017 18:17 3.6K [TXT] 8.0.1290 11-Nov-2017 23:37 5.8K [TXT] 8.0.1291 12-Nov-2017 15:37 2.5K [TXT] 8.0.1292 12-Nov-2017 16:56 1.8K [TXT] 8.0.1293 12-Nov-2017 18:02 22K [TXT] 8.0.1294 12-Nov-2017 18:32 1.4K [TXT] 8.0.1295 12-Nov-2017 19:22 9.8K [TXT] 8.0.1296 13-Nov-2017 21:11 1.7K [TXT] 8.0.1297 13-Nov-2017 22:08 1.7K [   ] 8.0.1298 14-Nov-2017 20:24 1.8K [TXT] 8.0.1299 16-Nov-2017 13:08 5.3K [TXT] 8.0.1300 16-Nov-2017 17:04 12K [TXT] 8.0.1301 16-Nov-2017 17:36 1.6K [   ] 8.0.1302 16-Nov-2017 21:53 39K [TXT] 8.0.1303 16-Nov-2017 22:07 3.1K [TXT] 8.0.1304 16-Nov-2017 22:21 4.1K [TXT] 8.0.1305 16-Nov-2017 23:05 4.6K [   ] 8.0.1306 17-Nov-2017 21:25 2.9K [TXT] 8.0.1307 17-Nov-2017 21:35 1.6K [TXT] 8.0.1308 18-Nov-2017 14:56 2.1K [   ] 8.0.1309 18-Nov-2017 18:52 40K [TXT] 8.0.1310 18-Nov-2017 20:33 1.5K [TXT] 8.0.1311 18-Nov-2017 20:33 3.2K [TXT] 8.0.1312 18-Nov-2017 22:14 147K [   ] 8.0.1313 18-Nov-2017 22:37 51K [TXT] 8.0.1314 18-Nov-2017 22:50 3.5K [TXT] 8.0.1315 18-Nov-2017 23:10 1.4K [TXT] 8.0.1316 18-Nov-2017 23:23 1.3K [TXT] 8.0.1317 19-Nov-2017 15:06 1.5K [TXT] 8.0.1318 19-Nov-2017 19:57 17K [TXT] 8.0.1319 19-Nov-2017 20:13 3.3K [TXT] 8.0.1320 19-Nov-2017 20:33 1.4K [TXT] 8.0.1321 19-Nov-2017 20:35 3.1K [TXT] 8.0.1322 19-Nov-2017 20:38 1.4K [TXT] 8.0.1323 20-Nov-2017 21:50 2.6K [TXT] 8.0.1324 20-Nov-2017 21:53 2.3K [TXT] 8.0.1325 20-Nov-2017 22:08 4.2K [TXT] 8.0.1326 21-Nov-2017 11:44 3.0K [TXT] 8.0.1327 21-Nov-2017 13:52 1.3K [TXT] 8.0.1328 21-Nov-2017 14:49 4.4K [TXT] 8.0.1329 21-Nov-2017 15:15 2.1K [TXT] 8.0.1330 21-Nov-2017 18:12 8.8K [TXT] 8.0.1331 22-Nov-2017 22:23 2.2K [TXT] 8.0.1332 23-Nov-2017 22:06 4.3K [   ] 8.0.1333 23-Nov-2017 22:52 4.1K [TXT] 8.0.1334 25-Nov-2017 14:20 5.0K [TXT] 8.0.1335 25-Nov-2017 14:37 1.8K [   ] 8.0.1336 25-Nov-2017 15:20 17K [TXT] 8.0.1337 25-Nov-2017 15:25 1.6K [TXT] 8.0.1338 25-Nov-2017 17:15 27K [   ] 8.0.1339 25-Nov-2017 17:24 1.8K [TXT] 8.0.1340 25-Nov-2017 17:48 1.6K [TXT] 8.0.1341 25-Nov-2017 17:58 2.2K [TXT] 8.0.1342 25-Nov-2017 21:07 1.5K [   ] 8.0.1343 26-Nov-2017 14:30 40K [TXT] 8.0.1344 26-Nov-2017 14:57 6.7K [TXT] 8.0.1345 26-Nov-2017 16:51 12K [TXT] 8.0.1346 26-Nov-2017 16:54 2.1K [TXT] 8.0.1347 26-Nov-2017 17:16 1.5K [   ] 8.0.1348 26-Nov-2017 17:19 4.0K [   ] 8.0.1349 26-Nov-2017 23:47 4.5K [TXT] 8.0.1350 27-Nov-2017 22:55 2.3K [TXT] 8.0.1351 27-Nov-2017 23:24 3.5K [TXT] 8.0.1352 28-Nov-2017 14:20 4.3K [   ] 8.0.1353 28-Nov-2017 18:04 10K [TXT] 8.0.1354 28-Nov-2017 18:08 1.8K [TXT] 8.0.1355 28-Nov-2017 20:06 2.3K [TXT] 8.0.1356 28-Nov-2017 20:48 2.7K [TXT] 8.0.1357 28-Nov-2017 21:06 1.8K [TXT] 8.0.1358 28-Nov-2017 21:26 2.6K [TXT] 8.0.1359 29-Nov-2017 22:34 13K [TXT] 8.0.1360 30-Nov-2017 22:08 1.8K [TXT] 8.0.1361 01-Dec-2017 20:36 4.5K [TXT] 8.0.1362 01-Dec-2017 21:07 6.6K [TXT] 8.0.1363 02-Dec-2017 15:12 2.2K [TXT] 8.0.1364 02-Dec-2017 15:44 4.4K [TXT] 8.0.1365 02-Dec-2017 16:38 4.2K [TXT] 8.0.1366 03-Dec-2017 18:21 1.9K [   ] 8.0.1367 05-Dec-2017 12:30 2.2K [TXT] 8.0.1368 05-Dec-2017 13:06 2.1K [   ] 8.0.1369 05-Dec-2017 13:23 30K [TXT] 8.0.1370 05-Dec-2017 14:05 1.4K [TXT] 8.0.1371 05-Dec-2017 15:15 1.9K [TXT] 8.0.1372 05-Dec-2017 16:47 3.5K [TXT] 8.0.1373 05-Dec-2017 16:58 1.9K [TXT] 8.0.1374 05-Dec-2017 20:32 2.9K [TXT] 8.0.1375 05-Dec-2017 20:32 7.8K [TXT] 8.0.1376 05-Dec-2017 21:33 1.3K [TXT] 8.0.1377 07-Dec-2017 22:12 5.7K [   ] 8.0.1378 07-Dec-2017 22:23 3.0K [   ] 8.0.1379 07-Dec-2017 22:29 2.6K [TXT] 8.0.1380 09-Dec-2017 19:13 2.4K [TXT] 8.0.1381 09-Dec-2017 19:13 7.2K [   ] 8.0.1382 09-Dec-2017 19:52 2.8K [TXT] 8.0.1383 09-Dec-2017 21:10 3.5K [TXT] 8.0.1384 10-Dec-2017 15:26 21K [TXT] 8.0.1385 10-Dec-2017 18:18 13K [TXT] 8.0.1386 10-Dec-2017 21:06 3.5K [TXT] 8.0.1387 11-Dec-2017 22:56 13K [TXT] 8.0.1388 12-Dec-2017 22:30 2.3K [TXT] 8.0.1389 14-Dec-2017 13:16 18K [TXT] 8.0.1390 14-Dec-2017 13:16 15K [   ] 8.0.1391 15-Dec-2017 21:25 2.9K [TXT] 8.0.1392 16-Dec-2017 14:37 2.9K [TXT] 8.0.1393 16-Dec-2017 16:37 2.3K [TXT] 8.0.1394 16-Dec-2017 18:27 15K [TXT] 8.0.1395 16-Dec-2017 18:54 7.3K [   ] 8.0.1396 16-Dec-2017 19:06 1.7K [TXT] 8.0.1397 16-Dec-2017 20:00 2.6K [TXT] 8.0.1398 17-Dec-2017 14:27 3.7K [TXT] 8.0.1399 17-Dec-2017 14:55 2.0K [TXT] 8.0.1400 17-Dec-2017 16:11 12K [   ] 8.0.1401 17-Dec-2017 21:55 1.5K [TXT] 8.0.1402 18-Dec-2017 12:38 3.7K [TXT] 8.0.1403 18-Dec-2017 15:33 2.9K [TXT] 8.0.1404 18-Dec-2017 16:22 2.0K [TXT] 8.0.1405 18-Dec-2017 18:15 11K [TXT] 8.0.1406 18-Dec-2017 19:49 17K [TXT] 8.0.1407 19-Dec-2017 10:24 2.2K [TXT] 8.0.1408 19-Dec-2017 10:24 3.1K [   ] 8.0.1409 19-Dec-2017 10:50 2.1K [TXT] 8.0.1410 19-Dec-2017 11:56 2.7K [TXT] 8.0.1411 19-Dec-2017 12:28 2.4K [TXT] 8.0.1412 19-Dec-2017 12:39 2.5K [TXT] 8.0.1413 19-Dec-2017 16:41 2.2K [TXT] 8.0.1414 19-Dec-2017 16:49 2.3K [TXT] 8.0.1415 19-Dec-2017 19:43 1.4K [TXT] 8.0.1416 19-Dec-2017 21:23 4.4K [   ] 8.0.1417 19-Dec-2017 22:26 3.3K [   ] 8.0.1418 20-Dec-2017 22:32 5.8K [TXT] 8.0.1419 21-Dec-2017 20:28 2.9K [TXT] 8.0.1420 21-Dec-2017 20:55 9.7K [TXT] 8.0.1421 22-Dec-2017 21:07 3.6K [TXT] 8.0.1422 22-Dec-2017 21:13 4.0K [   ] 8.0.1423 22-Dec-2017 21:50 3.5K [TXT] 8.0.1424 23-Dec-2017 18:42 1.7K [   ] 8.0.1425 25-Dec-2017 13:46 2.7K [TXT] 8.0.1426 26-Dec-2017 13:55 3.9K [TXT] 8.0.1427 26-Dec-2017 13:55 3.1K [TXT] 8.0.1428 02-Jan-2018 15:39 1.6K [   ] 8.0.1429 26-Jan-2018 21:11 5.9K [   ] 8.0.1430 26-Jan-2018 21:11 1.6K [TXT] 8.0.1431 26-Jan-2018 22:23 1.6K [TXT] 8.0.1432 27-Jan-2018 11:52 5.0K [TXT] 8.0.1433 27-Jan-2018 21:02 2.5K [TXT] 8.0.1434 28-Jan-2018 15:38 1.8K [TXT] 8.0.1435 28-Jan-2018 17:05 2.6K [   ] 8.0.1436 28-Jan-2018 17:46 3.2K [   ] 8.0.1437 28-Jan-2018 22:49 14K [TXT] 8.0.1438 29-Jan-2018 09:17 1.9K [TXT] 8.0.1439 30-Jan-2018 21:48 2.2K [TXT] 8.0.1440 30-Jan-2018 22:31 4.8K [TXT] 8.0.1441 30-Jan-2018 22:46 9.3K [TXT] 8.0.1442 30-Jan-2018 22:53 1.9K [TXT] 8.0.1443 31-Jan-2018 14:26 2.1K [TXT] 8.0.1444 31-Jan-2018 14:42 3.2K [TXT] 8.0.1445 31-Jan-2018 15:49 4.4K [TXT] 8.0.1446 31-Jan-2018 19:07 2.7K [TXT] 8.0.1447 31-Jan-2018 19:31 45K [   ] 8.0.1448 31-Jan-2018 20:15 3.4K [TXT] 8.0.1449 31-Jan-2018 20:52 31K [   ] 8.0.1450 31-Jan-2018 21:10 13K [TXT] 8.0.1451 31-Jan-2018 21:49 11K [TXT] 8.0.1452 02-Feb-2018 18:24 2.6K [TXT] 8.0.1453 02-Feb-2018 18:31 2.3K [TXT] 8.0.1454 03-Feb-2018 14:47 2.0K [TXT] 8.0.1455 03-Feb-2018 15:15 7.1K [TXT] 8.0.1456 03-Feb-2018 15:39 1.7K [TXT] 8.0.1457 03-Feb-2018 15:56 2.2K [TXT] 8.0.1458 03-Feb-2018 15:56 2.8K [TXT] 8.0.1459 03-Feb-2018 17:37 13K [TXT] 8.0.1460 03-Feb-2018 18:02 1.8K [TXT] 8.0.1461 03-Feb-2018 18:33 2.1K [   ] 8.0.1462 03-Feb-2018 19:18 2.0K [TXT] 8.0.1463 03-Feb-2018 20:12 1.4K [TXT] 8.0.1464 03-Feb-2018 20:43 2.5K [   ] 8.0.1465 03-Feb-2018 22:36 2.8K [TXT] 8.0.1466 04-Feb-2018 14:33 3.4K [TXT] 8.0.1467 04-Feb-2018 14:51 2.7K [TXT] 8.0.1468 04-Feb-2018 16:39 3.7K [TXT] 8.0.1469 04-Feb-2018 17:48 13K [TXT] 8.0.1470 04-Feb-2018 18:23 4.7K [   ] 8.0.1471 04-Feb-2018 19:01 1.8K [TXT] 8.0.1472 04-Feb-2018 19:12 2.2K [TXT] 8.0.1473 04-Feb-2018 19:38 1.7K [TXT] 8.0.1474 06-Feb-2018 22:03 1.9K [TXT] 8.0.1475 06-Feb-2018 22:53 5.8K [TXT] 8.0.1476 08-Feb-2018 09:58 1.9K [TXT] 8.0.1477 08-Feb-2018 22:34 7.7K [TXT] 8.0.1478 08-Feb-2018 22:45 1.8K [TXT] 8.0.1479 09-Feb-2018 12:14 20K [TXT] 8.0.1480 09-Feb-2018 12:28 1.4K [TXT] 8.0.1481 09-Feb-2018 12:30 5.6K [TXT] 8.0.1482 09-Feb-2018 15:06 6.9K [TXT] 8.0.1483 09-Feb-2018 16:04 1.7K [TXT] 8.0.1484 09-Feb-2018 16:46 2.3K [TXT] 8.0.1485 09-Feb-2018 17:51 2.3K [TXT] 8.0.1486 09-Feb-2018 18:10 2.3K [   ] 8.0.1487 09-Feb-2018 19:24 1.6K [TXT] 8.0.1488 09-Feb-2018 19:25 2.7K [TXT] 8.0.1489 09-Feb-2018 20:54 5.5K [TXT] 8.0.1490 10-Feb-2018 14:13 5.4K [TXT] 8.0.1491 10-Feb-2018 15:37 7.2K [TXT] 8.0.1492 10-Feb-2018 15:39 2.1K [TXT] 8.0.1493 10-Feb-2018 16:20 8.7K [TXT] 8.0.1494 10-Feb-2018 18:15 11K [TXT] 8.0.1495 10-Feb-2018 18:29 5.7K [   ] 8.0.1496 10-Feb-2018 18:46 84K [TXT] 8.0.1497 10-Feb-2018 21:07 11K [   ] 8.0.1498 11-Feb-2018 14:30 9.4K [TXT] 8.0.1499 11-Feb-2018 14:55 1.5K [TXT] 8.0.1500 11-Feb-2018 15:03 3.0K [TXT] 8.0.1501 11-Feb-2018 15:21 1.4K [TXT] 8.0.1502 11-Feb-2018 15:21 2.4K [TXT] 8.0.1503 11-Feb-2018 15:39 3.1K [TXT] 8.0.1504 11-Feb-2018 16:41 1.9K [TXT] 8.0.1505 11-Feb-2018 19:06 30K [TXT] 8.0.1506 12-Feb-2018 20:58 1.5K [TXT] 8.0.1507 12-Feb-2018 21:32 1.6K [TXT] 8.0.1508 12-Feb-2018 22:08 7.3K [TXT] 8.0.1509 12-Feb-2018 22:49 1.7K [TXT] 8.0.1510 13-Feb-2018 12:58 7.6K [TXT] 8.0.1511 13-Feb-2018 12:58 16K [TXT] 8.0.1512 13-Feb-2018 13:12 1.7K [TXT] 8.0.1513 13-Feb-2018 13:34 5.8K [TXT] 8.0.1514 13-Feb-2018 14:00 8.1K [TXT] 8.0.1515 13-Feb-2018 14:07 1.8K [   ] 8.0.1516 13-Feb-2018 15:18 8.3K [TXT] 8.0.1517 13-Feb-2018 18:06 1.9K [TXT] 8.0.1518 13-Feb-2018 18:06 2.5K [TXT] 8.0.1519 13-Feb-2018 19:21 3.2K [TXT] 8.0.1520 13-Feb-2018 21:19 2.3K [   ] 8.0.1521 16-Feb-2018 20:01 1.9K [TXT] 8.0.1522 17-Feb-2018 20:36 2.7K [TXT] 8.0.1523 18-Feb-2018 22:14 40K [TXT] 8.0.1524 19-Feb-2018 21:51 2.2K [   ] 8.0.1525 19-Feb-2018 23:10 4.1K [TXT] 8.0.1526 20-Feb-2018 15:52 22K [   ] 8.0.1527 20-Feb-2018 17:09 1.6K [TXT] 8.0.1528 22-Feb-2018 11:44 3.0K [TXT] 8.0.1529 22-Feb-2018 11:44 1.8K [TXT] 8.0.1530 22-Feb-2018 11:44 1.4K [   ] 8.0.1531 22-Feb-2018 21:07 39K [TXT] 8.0.1532 24-Feb-2018 14:05 4.6K [TXT] 8.0.1533 24-Feb-2018 14:05 3.4K [TXT] 8.0.1534 24-Feb-2018 14:39 2.7K [   ] 8.0.1535 24-Feb-2018 16:52 5.3K [TXT] 8.0.1536 24-Feb-2018 17:43 3.1K [TXT] 8.0.1537 24-Feb-2018 18:31 1.7K [TXT] 8.0.1538 24-Feb-2018 19:00 2.2K [TXT] 8.0.1539 24-Feb-2018 20:04 17K [TXT] 8.0.1540 24-Feb-2018 21:26 8.7K [TXT] 8.0.1541 24-Feb-2018 21:37 3.8K [TXT] 8.0.1542 25-Feb-2018 21:40 15K [   ] 8.0.1543 27-Feb-2018 13:05 5.5K [TXT] 8.0.1544 27-Feb-2018 14:39 9.0K [TXT] 8.0.1545 27-Feb-2018 14:55 1.5K [TXT] 8.0.1546 27-Feb-2018 16:30 3.3K [TXT] 8.0.1547 27-Feb-2018 17:05 4.0K [TXT] 8.0.1548 27-Feb-2018 17:18 1.7K [   ] 8.0.1549 27-Feb-2018 17:18 7.4K [TXT] 8.0.1550 27-Feb-2018 17:27 23K [TXT] 8.0.1551 27-Feb-2018 17:58 4.0K [TXT] 8.0.1552 27-Feb-2018 19:10 4.8K [TXT] 8.0.1553 27-Feb-2018 21:10 23K [TXT] 8.0.1554 01-Mar-2018 21:58 8.2K [TXT] 8.0.1555 01-Mar-2018 23:11 1.7K [TXT] 8.0.1556 02-Mar-2018 20:59 4.1K [TXT] 8.0.1557 03-Mar-2018 15:07 2.1K [TXT] 8.0.1558 03-Mar-2018 19:00 23K [TXT] 8.0.1559 03-Mar-2018 19:30 1.7K [TXT] 8.0.1560 03-Mar-2018 19:52 1.7K [TXT] 8.0.1561 03-Mar-2018 20:49 1.8K [TXT] 8.0.1562 03-Mar-2018 20:49 14K [   ] 8.0.1563 03-Mar-2018 21:30 7.8K [TXT] 8.0.1564 04-Mar-2018 18:09 230K [TXT] 8.0.1565 04-Mar-2018 18:57 2.2K [TXT] 8.0.1566 04-Mar-2018 20:15 24K [TXT] 8.0.1567 04-Mar-2018 21:36 3.5K [TXT] 8.0.1568 05-Mar-2018 10:57 1.4K [TXT] 8.0.1569 05-Mar-2018 21:07 1.5K [TXT] 8.0.1570 05-Mar-2018 21:07 6.4K [TXT] 8.0.1571 05-Mar-2018 21:33 1.4K [   ] 8.0.1572 05-Mar-2018 22:00 2.3K [TXT] 8.0.1573 05-Mar-2018 22:43 6.0K [TXT] 8.0.1574 06-Mar-2018 11:43 4.5K [TXT] 8.0.1575 06-Mar-2018 12:11 4.3K [   ] 8.0.1576 06-Mar-2018 12:26 1.6K [TXT] 8.0.1577 06-Mar-2018 13:17 2.4K [   ] 8.0.1578 06-Mar-2018 13:24 5.6K [   ] 8.0.1579 06-Mar-2018 14:23 2.2K [TXT] 8.0.1580 06-Mar-2018 15:06 1.6K [TXT] 8.0.1581 06-Mar-2018 16:12 2.4K [TXT] 8.0.1582 06-Mar-2018 17:10 4.0K [TXT] 8.0.1583 06-Mar-2018 17:43 1.5K [TXT] 8.0.1584 06-Mar-2018 17:55 2.1K [TXT] 8.0.1585 06-Mar-2018 18:20 1.8K [TXT] 8.0.1586 06-Mar-2018 19:00 2.1K [TXT] 8.0.1587 06-Mar-2018 19:51 7.1K [TXT] 8.0.1588 07-Mar-2018 22:09 2.3K [TXT] 8.0.1589 07-Mar-2018 23:03 1.7K [TXT] 8.0.1590 08-Mar-2018 21:47 2.9K [TXT] 8.0.1591 08-Mar-2018 22:03 2.6K [TXT] 8.0.1592 09-Mar-2018 21:34 19K [TXT] 8.0.1593 10-Mar-2018 20:28 29K [TXT] 8.0.1594 10-Mar-2018 20:52 2.1K [TXT] 8.0.1595 11-Mar-2018 16:56 9.7K [TXT] 8.0.1596 11-Mar-2018 16:56 9.5K [TXT] 8.0.1597 11-Mar-2018 17:02 12K [TXT] 8.0.1598 11-Mar-2018 19:31 12K [TXT] 8.0.1599 11-Mar-2018 20:52 3.0K [TXT] 8.0.1600 12-Mar-2018 21:49 2.1K [   ] 8.0.1601 12-Mar-2018 22:17 1.9K [   ] 8.0.1602 13-Mar-2018 13:11 2.7K [   ] 8.0.1603 13-Mar-2018 13:14 1.6K [TXT] 8.0.1604 13-Mar-2018 15:44 2.2K [TXT] 8.0.1605 13-Mar-2018 17:56 5.5K [   ] 8.0.1606 14-Mar-2018 20:12 6.1K [   ] 8.0.1607 14-Mar-2018 21:20 2.5K [TXT] 8.0.1608 14-Mar-2018 21:39 4.4K [TXT] 8.0.1609 16-Mar-2018 20:47 35K [TXT] 8.0.1610 16-Mar-2018 21:34 1.8K [TXT] 8.0.1611 16-Mar-2018 22:21 1.8K [TXT] 8.0.1612 16-Mar-2018 22:55 6.5K [TXT] 8.0.1613 17-Mar-2018 13:15 1.6K [TXT] 8.0.1614 18-Mar-2018 19:22 2.0K [TXT] 8.0.1615 18-Mar-2018 19:22 3.6K [TXT] 8.0.1616 18-Mar-2018 19:30 4.0K [TXT] 8.0.1617 19-Mar-2018 21:45 2.8K [TXT] 8.0.1618 20-Mar-2018 11:17 1.9K [TXT] 8.0.1619 20-Mar-2018 11:42 1.8K [TXT] 8.0.1620 20-Mar-2018 12:34 4.0K [   ] 8.0.1621 20-Mar-2018 13:01 1.7K [TXT] 8.0.1622 20-Mar-2018 13:31 1.5K [TXT] 8.0.1623 20-Mar-2018 17:43 4.6K [TXT] 8.0.1624 20-Mar-2018 18:36 7.2K [TXT] 8.0.1625 20-Mar-2018 21:25 2.5K [   ] 8.0.1626 21-Mar-2018 22:28 1.6K [TXT] 8.0.1627 22-Mar-2018 20:27 1.6K [TXT] 8.0.1628 22-Mar-2018 20:34 1.4K [   ] 8.0.1629 22-Mar-2018 21:44 1.6K [TXT] 8.0.1630 22-Mar-2018 23:04 7.0K [TXT] 8.0.1631 23-Mar-2018 20:38 1.6K [TXT] 8.0.1632 23-Mar-2018 22:11 1.7K [TXT] 8.0.1633 23-Mar-2018 22:40 3.0K [TXT] 8.0.1634 24-Mar-2018 14:02 18K [TXT] 8.0.1635 24-Mar-2018 14:06 1.5K [   ] 8.0.1636 24-Mar-2018 14:31 2.2K [   ] 8.0.1637 24-Mar-2018 17:17 2.3K [TXT] 8.0.1638 24-Mar-2018 17:56 1.7K [   ] 8.0.1639 25-Mar-2018 16:21 42K [TXT] 8.0.1640 25-Mar-2018 17:13 1.4K [TXT] 8.0.1641 25-Mar-2018 18:20 20K [TXT] 8.0.1642 25-Mar-2018 18:56 2.8K [TXT] 8.0.1643 25-Mar-2018 19:10 2.4K [TXT] 8.0.1644 25-Mar-2018 20:32 5.6K [TXT] 8.0.1645 25-Mar-2018 21:24 2.6K [TXT] 8.0.1646 26-Mar-2018 20:55 1.7K [TXT] 8.0.1647 26-Mar-2018 21:39 5.8K [TXT] 8.0.1648 27-Mar-2018 21:12 2.8K [TXT] 8.0.1649 29-Mar-2018 15:56 5.0K [   ] 8.0.1650 29-Mar-2018 16:04 20K [   ] 8.0.1651 29-Mar-2018 16:38 5.5K [TXT] 8.0.1652 29-Mar-2018 17:22 2.6K [TXT] 8.0.1653 29-Mar-2018 17:41 4.7K [TXT] 8.0.1654 29-Mar-2018 18:16 6.2K [TXT] 8.0.1655 29-Mar-2018 18:30 2.3K [TXT] 8.0.1656 03-Apr-2018 12:18 4.3K [TXT] 8.0.1657 03-Apr-2018 12:52 1.7K [   ] 8.0.1658 03-Apr-2018 14:23 19K [TXT] 8.0.1659 04-Apr-2018 21:54 1.9K [TXT] 8.0.1660 04-Apr-2018 22:58 16K [TXT] 8.0.1661 04-Apr-2018 23:01 2.3K [TXT] 8.0.1662 05-Apr-2018 18:47 4.7K [TXT] 8.0.1663 05-Apr-2018 18:58 1.5K [   ] 8.0.1664 05-Apr-2018 22:58 1.6K [TXT] 8.0.1665 05-Apr-2018 22:58 3.1K [TXT] 8.0.1666 05-Apr-2018 22:58 2.6K [TXT] 8.0.1667 06-Apr-2018 20:23 1.9K [TXT] 8.0.1668 06-Apr-2018 22:27 5.9K [TXT] 8.0.1669 06-Apr-2018 23:00 8.6K [TXT] 8.0.1670 07-Apr-2018 10:43 1.7K [   ] 8.0.1671 07-Apr-2018 13:23 3.7K [TXT] 8.0.1672 07-Apr-2018 19:09 2.2K [TXT] 8.0.1673 07-Apr-2018 19:27 1.7K [TXT] 8.0.1674 07-Apr-2018 21:43 2.5K [TXT] 8.0.1675 08-Apr-2018 12:17 1.7K [TXT] 8.0.1676 08-Apr-2018 12:38 4.0K [TXT] 8.0.1677 08-Apr-2018 13:08 11K [TXT] 8.0.1678 08-Apr-2018 13:28 2.9K [   ] 8.0.1679 08-Apr-2018 16:35 1.6K [TXT] 8.0.1680 10-Apr-2018 12:04 3.5K [TXT] 8.0.1681 10-Apr-2018 12:43 3.2K [   ] 8.0.1682 10-Apr-2018 13:16 4.3K [   ] 8.0.1683 10-Apr-2018 13:30 6.1K [TXT] 8.0.1684 10-Apr-2018 14:56 1.5K [TXT] 8.0.1685 10-Apr-2018 15:59 19K [TXT] 8.0.1686 10-Apr-2018 18:13 5.6K [   ] 8.0.1687 10-Apr-2018 18:26 1.9K [TXT] 8.0.1688 10-Apr-2018 18:47 18K [   ] 8.0.1689 10-Apr-2018 19:25 6.4K [TXT] 8.0.1690 10-Apr-2018 19:25 3.3K [TXT] 8.0.1691 10-Apr-2018 20:07 4.1K [TXT] 8.0.1692 10-Apr-2018 20:26 4.9K [TXT] 8.0.1693 10-Apr-2018 21:17 1.9K [   ] 8.0.1694 10-Apr-2018 21:44 1.7K [TXT] 8.0.1695 10-Apr-2018 21:46 6.2K [TXT] 8.0.1696 11-Apr-2018 11:08 1.9K [TXT] 8.0.1697 11-Apr-2018 20:54 8.6K [   ] 8.0.1698 11-Apr-2018 21:03 1.9K [   ] 8.0.1699 11-Apr-2018 22:20 9.5K [TXT] 8.0.1700 12-Apr-2018 20:07 1.8K [   ] 8.0.1701 12-Apr-2018 20:24 5.1K [TXT] 8.0.1702 12-Apr-2018 20:35 1.5K [TXT] 8.0.1703 12-Apr-2018 20:37 1.5K [   ] 8.0.1704 12-Apr-2018 21:38 2.9K [TXT] 8.0.1705 13-Apr-2018 20:42 2.9K [TXT] 8.0.1706 13-Apr-2018 22:12 3.1K [TXT] 8.0.1707 13-Apr-2018 22:16 2.3K [TXT] 8.0.1708 14-Apr-2018 14:38 4.0K [TXT] 8.0.1709 14-Apr-2018 14:38 9.5K [TXT] 8.0.1710 14-Apr-2018 16:13 2.3K [   ] 8.0.1711 14-Apr-2018 17:06 8.9K [TXT] 8.0.1712 14-Apr-2018 18:14 7.3K [TXT] 8.0.1713 14-Apr-2018 19:00 4.5K [   ] 8.0.1714 14-Apr-2018 21:32 2.8K [TXT] 8.0.1715 15-Apr-2018 12:55 1.6K [   ] 8.0.1716 15-Apr-2018 13:11 1.7K [TXT] 8.0.1717 15-Apr-2018 13:13 2.6K [TXT] 8.0.1718 15-Apr-2018 13:29 1.9K [TXT] 8.0.1719 15-Apr-2018 16:04 7.9K [TXT] 8.0.1720 15-Apr-2018 17:28 7.5K [TXT] 8.0.1721 15-Apr-2018 22:26 3.3K [TXT] 8.0.1722 15-Apr-2018 23:46 14K [TXT] 8.0.1723 16-Apr-2018 14:46 12K [TXT] 8.0.1724 16-Apr-2018 15:41 1.8K [TXT] 8.0.1725 16-Apr-2018 16:22 10K [TXT] 8.0.1726 16-Apr-2018 17:06 2.3K [TXT] 8.0.1727 16-Apr-2018 18:05 15K [TXT] 8.0.1728 17-Apr-2018 20:12 1.4K [TXT] 8.0.1729 17-Apr-2018 20:15 4.4K [TXT] 8.0.1730 17-Apr-2018 22:03 7.4K [TXT] 8.0.1731 17-Apr-2018 22:15 2.8K [TXT] 8.0.1732 17-Apr-2018 23:24 6.6K [   ] 8.0.1733 17-Apr-2018 23:31 1.6K [TXT] 8.0.1734 18-Apr-2018 22:19 3.1K [TXT] 8.0.1735 18-Apr-2018 23:01 14K [TXT] 8.0.1736 19-Apr-2018 20:40 18K [   ] 8.0.1737 19-Apr-2018 21:15 1.7K [TXT] 8.0.1738 20-Apr-2018 22:02 8.7K [TXT] 8.0.1739 20-Apr-2018 22:32 2.0K [TXT] 8.0.1740 20-Apr-2018 22:49 2.1K [TXT] 8.0.1741 21-Apr-2018 19:09 1.8K [TXT] 8.0.1742 21-Apr-2018 19:49 8.2K [TXT] 8.0.1743 21-Apr-2018 20:04 28K [   ] 8.0.1744 21-Apr-2018 20:13 1.6K [TXT] 8.0.1745 21-Apr-2018 22:30 11K [TXT] 8.0.1746 21-Apr-2018 23:00 2.3K [TXT] 8.0.1747 21-Apr-2018 23:35 6.3K [TXT] 8.0.1748 22-Apr-2018 13:28 2.6K [TXT] 8.0.1749 23-Apr-2018 20:46 2.5K [TXT] 8.0.1750 23-Apr-2018 21:30 2.8K [TXT] 8.0.1751 24-Apr-2018 13:30 2.1K [TXT] 8.0.1752 24-Apr-2018 13:55 13K [TXT] 8.0.1753 24-Apr-2018 15:19 6.3K [TXT] 8.0.1754 24-Apr-2018 15:49 11K [TXT] 8.0.1755 24-Apr-2018 16:05 3.9K [TXT] 8.0.1756 24-Apr-2018 17:42 1.8K [   ] 8.0.1757 24-Apr-2018 18:39 85K [TXT] 8.0.1758 24-Apr-2018 19:37 4.3K [TXT] 8.0.1759 24-Apr-2018 20:24 2.7K [TXT] 8.0.1760 24-Apr-2018 20:28 1.7K [TXT] 8.0.1761 24-Apr-2018 20:54 7.8K [TXT] 8.0.1762 24-Apr-2018 21:40 14K [TXT] 8.0.1763 24-Apr-2018 21:59 5.5K [   ] 8.0.1764 25-Apr-2018 21:38 1.8K [   ] 8.0.1765 25-Apr-2018 22:38 2.5K [TXT] 8.0.1766 26-Apr-2018 22:31 2.2K [   ] 8.0.1767 27-Apr-2018 22:53 4.7K [TXT] 8.0.1768 27-Apr-2018 22:53 7.5K [TXT] 8.0.1769 28-Apr-2018 13:56 6.6K [TXT] 8.0.1770 28-Apr-2018 16:57 34K [   ] 8.0.1771 28-Apr-2018 21:35 38K [   ] 8.0.1772 28-Apr-2018 23:33 2.4K [TXT] 8.0.1773 29-Apr-2018 12:23 11K [TXT] 8.0.1774 29-Apr-2018 13:35 3.1K [   ] 8.0.1775 30-Apr-2018 10:39 1.6K [TXT] 8.0.1776 30-Apr-2018 14:29 30K [TXT] 8.0.1777 30-Apr-2018 15:41 5.4K [TXT] 8.0.1778 30-Apr-2018 15:46 2.2K [TXT] 8.0.1779 30-Apr-2018 17:21 3.0K [TXT] 8.0.1780 30-Apr-2018 18:05 1.8K [TXT] 8.0.1781 01-May-2018 14:31 6.9K [TXT] 8.0.1782 01-May-2018 15:02 16K [TXT] 8.0.1783 01-May-2018 15:48 21K [TXT] 8.0.1784 01-May-2018 16:27 2.4K [TXT] 8.0.1785 01-May-2018 17:31 2.1K [   ] 8.0.1786 01-May-2018 18:48 7.3K [TXT] 8.0.1787 01-May-2018 19:24 5.5K [TXT] 8.0.1788 02-May-2018 22:00 2.3K [TXT] 8.0.1789 03-May-2018 20:40 3.2K [TXT] 8.0.1790 04-May-2018 20:16 4.8K [   ] 8.0.1791 05-May-2018 14:29 3.1K [TXT] 8.0.1792 05-May-2018 15:10 1.4K [TXT] 8.0.1793 05-May-2018 15:47 4.3K [TXT] 8.0.1794 05-May-2018 16:36 12K [TXT] 8.0.1795 05-May-2018 21:01 15K [TXT] 8.0.1796 06-May-2018 13:54 2.0K [TXT] 8.0.1797 06-May-2018 16:40 9.9K [TXT] 8.0.1798 06-May-2018 17:10 2.7K [   ] 8.0.1799 06-May-2018 17:32 2.2K [TXT] 8.0.1800 06-May-2018 19:20 2.8K [TXT] 8.0.1801 06-May-2018 21:50 10K [TXT] 8.0.1802 06-May-2018 22:02 1.5K [   ] 8.0.1803 07-May-2018 20:10 1.6K [TXT] 8.0.1804 08-May-2018 22:01 3.6K [TXT] 8.0.1805 08-May-2018 22:32 26K [TXT] 8.0.1806 08-May-2018 22:48 3.5K [TXT] 8.0.1807 10-May-2018 14:12 12K [TXT] 8.0.1808 10-May-2018 14:41 1.4K [TXT] 8.0.1809 10-May-2018 15:10 4.3K [TXT] 8.0.1810 10-May-2018 18:06 10K [   ] 8.0.1811 10-May-2018 18:24 3.2K [TXT] 8.0.1812 10-May-2018 18:56 14K [TXT] 8.0.1813 10-May-2018 21:25 1.6K [TXT] 8.0.1814 11-May-2018 20:49 2.5K [TXT] 8.0.1815 11-May-2018 22:02 9.1K [TXT] 8.0.1816 12-May-2018 13:21 1.9K [TXT] 8.0.1817 12-May-2018 15:39 5.8K [TXT] 8.0.1818 12-May-2018 16:55 2.6K [TXT] 8.0.1819 12-May-2018 17:05 3.7K [TXT] 8.0.1820 12-May-2018 17:43 3.2K [TXT] 8.0.1821 12-May-2018 20:37 3.3K [TXT] 8.0.1822 12-May-2018 21:06 1.4K [TXT] 8.0.1823 12-May-2018 21:12 2.0K [TXT] 8.0.1824 12-May-2018 21:16 1.9K [TXT] 8.0.1825 12-May-2018 21:35 1.9K [   ] 8.0.1826 12-May-2018 21:38 2.3K [TXT] 8.0.1827 13-May-2018 14:05 3.2K [TXT] 8.0.1828 13-May-2018 14:40 1.7K [TXT] 8.0.1829 13-May-2018 14:46 3.5K [TXT] 8.0.1830 13-May-2018 15:16 5.9K [TXT] 8.0.1831 13-May-2018 15:29 11K [TXT] 8.0.1832 13-May-2018 16:00 6.3K [TXT] 8.0.1833 13-May-2018 16:24 1.8K [TXT] 8.0.1834 13-May-2018 17:06 3.7K [TXT] 8.0.1835 13-May-2018 17:31 3.0K [TXT] 8.0.1836 13-May-2018 18:06 3.8K [TXT] 8.0.1837 13-May-2018 18:37 3.0K [TXT] 8.0.1838 13-May-2018 19:06 2.4K [TXT] 8.0.1839 13-May-2018 22:37 1.9K [TXT] 8.0.1840 14-May-2018 21:31 4.8K [TXT] 8.0.1841 14-May-2018 22:59 1.4K [   ] 8.0.1842 14-May-2018 23:09 1.6K [TXT] 8.0.1843 15-May-2018 21:43 2.4K [TXT] 8.0.1844 15-May-2018 21:57 7.0K [TXT] 8.0.1845 15-May-2018 22:26 16K [TXT] 8.0.1846 15-May-2018 22:31 4.5K [   ] 8.0.1847 15-May-2018 22:36 2.9K [TXT] 8.0.1848 15-May-2018 23:53 3.3K [   ] 8.0.1849 17-May-2018 13:13 1.9K [TXT] 8.0.1850 17-May-2018 13:21 3.1K [   ] MD5SUMS 17-May-2018 13:21 78K [TXT] README 17-May-2018 13:21 112K [TXT] patches.html 30-Apr-2018 12:17 1.0K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!