]> git.pld-linux.org Git - packages/vim.git/log
packages/vim.git
10 years agoupdated to 7.3.1090
Elan Ruusamäe [Sun, 2 Jun 2013 05:59:18 +0000 (08:59 +0300)]
updated to 7.3.1090

7.3.1085  new regexp engine: Non-greedy multi doesn't work
7.3.1086  old regexp engine accepts illegal range, new one doesn't
7.3.1087  a leading star is not seen as a normal char when \{} follows
7.3.1089  tests 86 and 87 fail on MS-Windows
7.3.1090  new regexp engine does not support \z1 .. \z9 and \z(

10 years agoupdated to 7.3.1084
Elan Ruusamäe [Sat, 1 Jun 2013 05:54:01 +0000 (08:54 +0300)]
updated to 7.3.1084

7.3.1079  test 87 fails
7.3.1080  test 86 fails
7.3.1081  compiler warnings on 64-bit Windows
7.3.1082  new regexp engine: Problem with \@= matching
7.3.1083  new regexp engine: Does not support \%^ and \%$
7.3.1084  new regexp engine: only accepts up to \{,10}

10 years agoupdated to 7.3.1078 auto/th/vim-7.3.1078-1
Elan Ruusamäe [Fri, 31 May 2013 05:58:46 +0000 (08:58 +0300)]
updated to 7.3.1078

7.3.1037  look-behind matching is very slow on long lines
7.3.1038  crash when using Cscope
7.3.1039  new regexp engine does not support \%23c, \%<23c and the like
7.3.1040  Python: Problems with debugging dynamic build
7.3.1041  Python: valgrind invalid read errors.
7.3.1042  Python: can't assign to vim.Buffer.name
7.3.1043  Python: Dynamic compilation with 2.3 fails
7.3.1044  Python: No {Buffer,TabPage,Window}.valid attributes
7.3.1045  Python: No error handling for VimToPython function
7.3.1046  Python: Using Py_BuildValue for building strings
7.3.1047  Python: dir() does not work properly
7.3.1048  Python: no consistent naming
7.3.1049  Python: no consistent naming
7.3.1050  Python: Typo in pyiter_to_tv
7.3.1051  Python: possible memory leaks
7.3.1052  Python: possible SEGV and negative refcount
7.3.1053  Python: no flag for types with tp_traverse+tp_clear
7.3.1054  (after 7.3.1042) can't build without the +autocmd feature
7.3.1055  negated collection does not match newline
7.3.1056  Python: possible memory leaks
7.3.1057  Python: not enough compatibilty
7.3.1058  call of funcref does not succeed in other script
7.3.1059  Python: Using fixed size buffers
7.3.1060  Python: can't repr() a function
7.3.1061  Python: Dictionary is not standard
7.3.1062  Python: List is not standard
7.3.1063  Python: Function is not standard
7.3.1064  Python: insufficient error checking
7.3.1065  Python: key mapping is not standard
7.3.1066  Python: Insufficient exception and error testing
7.3.1067  Python: documentation lags behind
7.3.1068  Python: Script is auto-loaded on function creation
7.3.1069  Python: memory leaks
7.3.1070  crash in Python tests; compiler warning for unused function
7.3.1071  new regexp engine: backreferences don't work correctly
7.3.1072  compiler warning for uninitialized variable
7.3.1073  new regexp engine may run out of states
7.3.1074  compiler warning for printf format
7.3.1075  compiler warning for storing a long_u in an int
7.3.1076  new regexp engine: \@= and \& don't work
7.3.1077  Python: Allocating dict the wrong way, causing a crash
7.3.1078  new regexp engine: \@! doesn't work

10 years agoupdated to 7.3.1036 auto/th/vim-7.3.1036-1
Elan Ruusamäe [Tue, 28 May 2013 23:55:09 +0000 (02:55 +0300)]
updated to 7.3.1036

7.3.1033  "\1" .. "\9" are not supported in the new regexp engine
7.3.1034  new regexp code using strange multi-byte code
7.3.1035  compiler warning on 64 bit windows
7.3.1036  can't build on HP-UX

10 years agoupdated to 7.3.1032 auto/th/vim-7.3.1032-1
Elan Ruusamäe [Mon, 27 May 2013 23:51:52 +0000 (02:51 +0300)]
updated to 7.3.1032

7.3.1031  compiler warnings for shadowed variable
7.3.1032  "\ze" is not supported by the new regexp engine

10 years agoadd autocommit logic to update script auto/th/vim-7.3.1030-1
Elan Ruusamäe [Mon, 27 May 2013 09:24:28 +0000 (12:24 +0300)]
add autocommit logic to update script

10 years agoupdated to 7.3.1030
Elan Ruusamäe [Sun, 26 May 2013 23:59:28 +0000 (02:59 +0300)]
updated to 7.3.1030

7.3.1021  new regexp engine does not ignore order of composing chars
7.3.1022  compiler warning for shadowed variable
7.3.1023  mixed results for pattern with composing char only and \Z
7.3.1024  new regexp: End of matching pattern not set correctly
7.3.1025  new regexp: not matching newline in string
7.3.1026  new regexp: pattern that includs a new-line matches too early
7.3.1027  new regexp performance: Calling no_Magic() very often
7.3.1028  new regexp performance: Copying a lot of position state
7.3.1030  (after 7.3.1028) can't build for debugging

10 years agoupdated to 7.3.1020
Elan Ruusamäe [Sat, 25 May 2013 23:51:22 +0000 (02:51 +0300)]
updated to 7.3.1020

7.3.1013  new regexp logging is a bit messy
7.3.1014  new regexp state dump is hard to read
7.3.1015  new regexp engine: Matching composing characters is wrong
7.3.1016  unused field in nfa_state
7.3.1017  zero width match changes length of match
7.3.1018  new regexp engine wastes memory
7.3.1019  not working with the new regexp engine: \%[oxduU]123
7.3.1020  not all patterns are tested with auto / old / new engine

10 years agoupdated to 7.3.1012
Elan Ruusamäe [Fri, 24 May 2013 23:54:26 +0000 (02:54 +0300)]
updated to 7.3.1012

7.3.1009  Python: compiler warning for ambiguous else
7.3.1010  new regexp: adding \Z makes every character match
7.3.1011  new regexp engine is inefficient with multi-byte characters
7.3.1012  \Z does not work properly with the new regexp engine

10 years agonoarch subpackages (runtime, doc, spell, tutor) auto/th/vim-7.3.1008-1
Elan Ruusamäe [Fri, 24 May 2013 22:01:53 +0000 (01:01 +0300)]
noarch subpackages (runtime, doc, spell, tutor)

10 years agoupdated to 7.3.1008
Elan Ruusamäe [Fri, 24 May 2013 14:39:06 +0000 (17:39 +0300)]
updated to 7.3.1008

7.3.1006  NFA engine not used for "\_[0-9]"
7.3.1007  can't build on Minix 3.2.1
7.3.1008  test 95 fails on MS-Windows

10 years agosort patches by number, print to stderr auto/th/vim-7.3.1005-1
Elan Ruusamäe [Thu, 23 May 2013 18:20:17 +0000 (21:20 +0300)]
sort patches by number, print to stderr

10 years agoup to 7.3.1005
Elan Ruusamäe [Thu, 23 May 2013 12:30:48 +0000 (15:30 +0300)]
up to 7.3.1005

7.3.970  (fixed) pattern matching is slow, include the NFA engine
7.3.971  no support for VS2012 static code analysis
7.3.972  cursor not restored properly after InsertEnter autocommand
7.3.973  (after 7.3.970) compiler warnings, crash on startup
7.3.974  can't build with ruby 1.8.5
7.3.975  (after 7.3.970) crash in regexp parsing
7.3.976  (after 7.3.970) can't build with HP-UX
7.3.977  compiler warnings, white space, uncommented for testing
7.3.978  regexp debug logs don't have a good name
7.3.979  complex NFA regexp doesn't work
7.3.980  regexp logs contain garbage; character classes don't work
7.3.981  old regexp engine fails on \i, \I, \f and \F with mbyte chars
7.3.982  \p does not work on multi-byte chars in new regexp engine
7.3.983  uneccessary temp variable
7.3.984  Visual mapping using CTRL-G works differently from Insert mode
7.3.985  GTK vim not started as gvim has WM_CLASS property wrong
7.3.986  test 95 doesn't pass when 'encoding' isn't utf-8
7.3.987  no easy to run an individual test; test 64 may fail
7.3.988  new regexp engine is slow
7.3.989  new regexp engine compares negative numbers to character
7.3.990  memory leak in new regexp engine
7.3.991  more can be shared between python 2 and 3
7.3.992  Python: Too many type casts
7.3.993  (after 7.3.992) later patch does things slightly differently
7.3.994  Python: using magic constants
7.3.995  Python: Module initialization is duplicated
7.3.996  Python: Can't check types of what is returned by bindeval()
7.3.997  Vim and Python exceptions are different
7.3.998  Python: garbage collection issues
7.3.999  new regexp engine sets curbuf temporarily
7.3.1000  (whoa!) typo in char value causes out of bounds access
7.3.1001  duplicate condition in if
7.3.1002  valgrind errors for Python interface
7.3.1003  Python interface does not compile with Python 2.2
7.3.1004  Python: no error when option could not be set
7.3.1005  get stuck on regexp "\n*" and on "%s/^\n\+/\r"

10 years agoup to 7.3.969 auto/th/vim-7.3.969-1
Elan Ruusamäe [Tue, 21 May 2013 07:25:17 +0000 (10:25 +0300)]
up to 7.3.969

7.3.968  multi-byte support is only available with "big" features
7.3.969  can't built with Python 3 and without Python 2

10 years agoup to 7.3.967 auto/th/vim-7.3.967-1
Elan Ruusamäe [Sat, 18 May 2013 21:34:34 +0000 (00:34 +0300)]
up to 7.3.967

7.3.962  Python tests are not portable
7.3.963  setting curbuf without curwin causes trouble
7.3.964  Python: not so easy to access tab pages
7.3.965  Python garbage collection not working properly
7.3.966  there is ":py3do" but no ":pydo"
7.3.967  (after 7.3.965) build fails on Mac OSX

10 years agoup to 7.3.961
Elan Ruusamäe [Fri, 17 May 2013 08:10:29 +0000 (11:10 +0300)]
up to 7.3.961

7.3.961  tests 86 and 87 fail when using another language than English

10 years agoup to 7.3.960 auto/th/vim-7.3.960-1
Elan Ruusamäe [Thu, 16 May 2013 09:19:32 +0000 (12:19 +0300)]
up to 7.3.960

7.3.945  Python: List of buffers is not very useful
7.3.946  sometimes keys starting with <Esc>[ ar not working
7.3.947  Python: No iterator for vim.list and vim.bufferlist
7.3.948  cannot build with Python 2.2
7.3.949  Python: no easy access to tabpages
7.3.950  Python: Stack trace printer can't handle messages
7.3.951  Python exceptions have problems
7.3.952  Python: It's not easy to change window/buffer/tabpage
7.3.953  Python: string exceptions are deprecated
7.3.954  No check if PyObject_IsTrue fails
7.3.955  Python: Not enough tests
7.3.956  Python vim.bindeval() causes SIGABRT
7.3.957  Python does not have a "do" command like Perl or Lua
7.3.958  Python: Iteration destructor not set
7.3.959  (after 7.3.957) missing error number
7.3.960  compiler warning for unused variable

10 years agoup to 7.3.944 auto/th/vim-7.3.944-1
Elan Ruusamäe [Wed, 15 May 2013 12:44:06 +0000 (15:44 +0300)]
up to 7.3.944

7.3.936  (after 7.3.935) Ruby missing piece for static 64 bit linking
7.3.937  more can be shared between Python 2 and 3
7.3.938  Python: not so easy to get the window number
7.3.939  Using Py_BuildValue is inefficient sometimes
7.3.940  Python: Can't get position of window
7.3.941  Python: Stuff in if_py_both.h is ordered badly
7.3.942  Python: SEGV in Buffer functions
7.3.943  Python: Negative indices were failing
7.3.944  external program receives the termrespone

10 years agoup to 7.3.935
Elan Ruusamäe [Tue, 14 May 2013 15:06:24 +0000 (18:06 +0300)]
up to 7.3.935

7.3.932  compiler warning for uninitialized variable
7.3.933  Ruby on Mac crashes due to GC failure
7.3.934  E381 and E380 make the user think nothing happened
7.3.935  (after 7.3.933) Ruby init stack differs on 64 bit systems

10 years agoup to 7.3.931 auto/th/vim-7.3.931-1
Elan Ruusamäe [Wed, 8 May 2013 10:10:06 +0000 (13:10 +0300)]
up to 7.3.931

7.3.927 checksum corrected

7.3.930  MSVC 2012 update is not recognized
7.3.931  no completion for :xmap and :smap

10 years agoup to 7.3.929
Elan Ruusamäe [Tue, 7 May 2013 08:48:43 +0000 (11:48 +0300)]
up to 7.3.929

7.3.924  Python interface can't easily access options
7.3.925  typos in source code and build files
7.3.926  triggering autocommands is wrong for :tabclose et al.
7.3.927  missing combining characters when putting text in a register
7.3.928  (after 7.3.924) can't build with strict C compiler
7.3.929  (after 7.3.924) unused variable, not freeing unused string

10 years agoup to 7.3.923 auto/th/vim-7.3.923-1
Elan Ruusamäe [Mon, 6 May 2013 10:45:44 +0000 (13:45 +0300)]
up to 7.3.923

7.3.919  (after 7.3.788) empty nl.po file does not work with old msgfmt
7.3.920  compiler warning for size_t to int
7.3.921  trying to create a fontset handle when 'guifontset' is not set
7.3.922  no test for what 7.3.918 fixes
7.3.923  configure check for X11 header files fails on Solaris

11 years agoup to 7.3.918 auto/th/vim-7.3.918-1
Elan Ruusamäe [Thu, 25 Apr 2013 09:28:59 +0000 (12:28 +0300)]
up to 7.3.918

7.3.838  was updated with regarding encodings

7.3.906  the "sleep .2" for running tests does not work on Solaris
7.3.907  Python uses IndexError when a dict key is not found
7.3.908  possible crash when using a list in Python
7.3.909  duplicate Python code
7.3.910  Python code in #ifdef branches with only minor differences
7.3.911  Python: Access to Vim variables is not so easy
7.3.912  typing ":" at hit-enter dialog fails if the a file changed
7.3.913  (after 7.3.905) still a crash when writing viminfo
7.3.914  ~/.viminfo is messed up when running tests
7.3.915  next encoding in 'fencs' is not used if error at the end
7.3.916  using freed memory when pasting with the mouse (Issue 130)
7.3.917  when a path ends in backslash appending a comma fails
7.3.918  repeating Ex command after using Visual motion does not work

11 years agoup to 7.3.905 auto/th/vim-7.3.905-1
Elan Ruusamäe [Tue, 16 Apr 2013 08:31:39 +0000 (11:31 +0300)]
up to 7.3.905

7.3.889  can't build with Ruby 2.0 on a 64 bit system
7.3.890  test 79 fails on Windows
7.3.891  merging viminfo history doesn't work well
7.3.892  (after 7.3.891) still merging problems for viminfo history
7.3.893  crash when using b:, w: or t: after closing the buffer etc.
7.3.894  using wrong RUBY_VER causing Ruby build to break
7.3.895  valgrind error in test 91
7.3.896  memory leaks in Lua interface
7.3.897  configure doesn't always find the shared library
7.3.898  memory leak reported by valgrind in test 91
7.3.899  #if indents are off
7.3.900  not obvious that some mouse features are mutual-exclusive
7.3.901  outdated comment, ugly condition
7.3.902  tabline not updated when deleting last buffer in other tab
7.3.903  (after 7.3.892) crash on exit writing viminfo
7.3.904  (after 7.3.893) using memory freed by the garbage collector
7.3.905  (after 7.3.903) crash when writing viminfo

11 years agoup to 7.3.888 auto/th/vim-7.3.888-1
Elan Ruusamäe [Mon, 15 Apr 2013 12:19:19 +0000 (15:19 +0300)]
up to 7.3.888

7.3.885  double free for list and dict in Lua
7.3.886  can't build with multi-byte on Solaris 10
7.3.887  no tests for Visual mode operators, what 7.3.879 fixes
7.3.888  filename completion with 'fic' does not work for multi-byte

11 years agoup to 7.3.884 auto/th/vim-7.3.884-1
Elan Ruusamäe [Tue, 9 Apr 2013 16:43:57 +0000 (19:43 +0300)]
up to 7.3.884

7.3.878  'fileignorecase' is missing in options window and quickref
7.3.879  aborting an ex command does not abort a pending operator
7.3.880  new viminfo history lines may be replacd with old lines
7.3.881  Python list does not work correctly
7.3.882  CursorHold may trigger after receiving the termresponse
7.3.883  (after 7.3.880) can't build with some combination of features
7.3.884  compiler warning for variable shadowing another

11 years agoup to 7.3.877 auto/th/vim-7.3.877-1
Elan Ruusamäe [Thu, 4 Apr 2013 18:36:23 +0000 (21:36 +0300)]
up to 7.3.877

 7.3.876  #if indents are off
 7.3.877  (after 7.3.871) forward searching with search() is broken

11 years agoupdate-source: exclude files already in git tree
Elan Ruusamäe [Sun, 31 Mar 2013 08:43:52 +0000 (11:43 +0300)]
update-source: exclude files already in git tree

11 years agoremove unsupported locales, added from 7.3.764 auto/th/vim-7.3.875-2
Elan Ruusamäe [Wed, 27 Mar 2013 09:59:16 +0000 (11:59 +0200)]
remove unsupported locales, added from 7.3.764

11 years agoget fixed 7.3.780 patch from fedora auto/th/vim-7.3.875-1
Elan Ruusamäe [Tue, 26 Mar 2013 21:43:47 +0000 (23:43 +0200)]
get fixed 7.3.780 patch from fedora

11 years agofix broken upstream patch
Karsten Hopp [Mon, 28 Jan 2013 13:02:43 +0000 (14:02 +0100)]
fix broken upstream patch

11 years ago7.3.780 char2nr() and nr2char() always use 'encoding'
Elan Ruusamäe [Tue, 26 Mar 2013 20:15:40 +0000 (22:15 +0200)]
7.3.780  char2nr() and nr2char() always use 'encoding'

11 years agoup to 7.3.875
Elan Ruusamäe [Tue, 26 Mar 2013 17:28:01 +0000 (19:28 +0200)]
up to 7.3.875

11 years agoup to 7.3.854 (without 7.3.780 patch)
Elan Ruusamäe [Tue, 26 Mar 2013 16:58:30 +0000 (18:58 +0200)]
up to 7.3.854 (without 7.3.780 patch)

11 years agoadd .gyp support auto/th/vim-7.3.762-2
Elan Ruusamäe [Sun, 13 Jan 2013 22:58:36 +0000 (00:58 +0200)]
add .gyp support

based on tools/vim/filetypes.vim from chromium repo
http://src.chromium.org/chrome/trunk/src/tools/vim/filetypes.vim

11 years ago- fetch patches readme
Elan Ruusamäe [Thu, 27 Dec 2012 10:52:07 +0000 (12:52 +0200)]
- fetch patches readme

11 years agofetch missing/mismatching files manually. faster than builder does that
Elan Ruusamäe [Fri, 21 Dec 2012 09:00:25 +0000 (11:00 +0200)]
fetch missing/mismatching files manually. faster than builder does that

11 years agouse sources file to detect patch updates auto/th/vim-7.3.762-1
Elan Ruusamäe [Thu, 20 Dec 2012 21:06:04 +0000 (23:06 +0200)]
use sources file to detect patch updates

11 years ago- up to 7.3.762
Elan Ruusamäe [Thu, 20 Dec 2012 21:01:02 +0000 (23:01 +0200)]
- up to 7.3.762

11 years agorename autoup.sh to update-source.sh to have more common filename
Elan Ruusamäe [Thu, 20 Dec 2012 20:38:21 +0000 (22:38 +0200)]
rename autoup.sh to update-source.sh to have more common filename

11 years agoMerge branch 'distfiles'
Elan Ruusamäe [Fri, 7 Dec 2012 17:55:27 +0000 (19:55 +0200)]
Merge branch 'distfiles'

vim official patches no longer stored in git, but distfiles

11 years ago- up to 7.3.754
Elan Ruusamäe [Fri, 7 Dec 2012 11:55:20 +0000 (13:55 +0200)]
- up to 7.3.754

11 years ago- up to 7.3.753
Elan Ruusamäe [Fri, 7 Dec 2012 11:54:45 +0000 (13:54 +0200)]
- up to 7.3.753

11 years ago- rel. 2 auto/th/vim-7.3.743-2
Kacper Kornet [Fri, 7 Dec 2012 11:07:20 +0000 (11:07 +0000)]
- rel. 2

11 years ago- change requirement for vim-rt to Suggest for vim package
Kacper Kornet [Mon, 3 Dec 2012 11:08:53 +0000 (11:08 +0000)]
- change requirement for vim-rt to Suggest for vim package

11 years ago- add sources for md5 checksums
Elan Ruusamäe [Sat, 1 Dec 2012 23:06:11 +0000 (01:06 +0200)]
- add sources for md5 checksums

11 years agoup to 7.3.744, use patches from distfiles
Elan Ruusamäe [Sat, 1 Dec 2012 22:21:16 +0000 (00:21 +0200)]
up to 7.3.744, use patches from distfiles

11 years ago- add patches 7.3.619-743 auto/th/vim-7.3.743-1
Kacper Kornet [Thu, 29 Nov 2012 12:43:36 +0000 (12:43 +0000)]
- add patches 7.3.619-743

11 years ago- up to 7.3.743
Arkadiusz Miśkiewicz [Thu, 29 Nov 2012 11:24:41 +0000 (12:24 +0100)]
- up to 7.3.743

11 years ago- up to 7.3.618 auto/th/vim-7.3.618-1
Arkadiusz Miśkiewicz [Thu, 2 Aug 2012 07:48:27 +0000 (09:48 +0200)]
- up to 7.3.618

11 years ago- up to 7.3.600 auto/th/vim-7.3.600-1
Elan Ruusamäe [Wed, 11 Jul 2012 08:40:21 +0000 (11:40 +0300)]
- up to 7.3.600

11 years agoexecutable
Elan Ruusamäe [Tue, 10 Jul 2012 08:48:06 +0000 (11:48 +0300)]
executable

11 years ago- up to 7.3.515 auto/th/vim-7_3_515-1
Arkadiusz Miśkiewicz [Sun, 13 May 2012 13:37:08 +0000 (13:37 +0000)]
- up to 7.3.515

Changed files:
    7.3.402 -> 1.1
    7.3.403 -> 1.1
    7.3.404 -> 1.1
    7.3.405 -> 1.1
    7.3.406 -> 1.1
    7.3.407 -> 1.1
    7.3.408 -> 1.1
    7.3.409 -> 1.1
    7.3.410 -> 1.1
    7.3.411 -> 1.1
    7.3.412 -> 1.1
    7.3.413 -> 1.1
    7.3.414 -> 1.1
    7.3.415 -> 1.1
    7.3.416 -> 1.1
    7.3.417 -> 1.1
    7.3.418 -> 1.1
    7.3.419 -> 1.1
    7.3.420 -> 1.1
    7.3.421 -> 1.1
    7.3.422 -> 1.1
    7.3.423 -> 1.1
    7.3.424 -> 1.1
    7.3.425 -> 1.1
    7.3.426 -> 1.1
    7.3.427 -> 1.1
    7.3.428 -> 1.1
    7.3.429 -> 1.1
    7.3.430 -> 1.1
    7.3.431 -> 1.1
    7.3.432 -> 1.1
    7.3.433 -> 1.1
    7.3.434 -> 1.1
    7.3.435 -> 1.1
    7.3.436 -> 1.1
    7.3.437 -> 1.1
    7.3.438 -> 1.1
    7.3.439 -> 1.1
    7.3.440 -> 1.1
    7.3.441 -> 1.1
    7.3.442 -> 1.1
    7.3.443 -> 1.1
    7.3.444 -> 1.1
    7.3.445 -> 1.1
    7.3.446 -> 1.1
    7.3.447 -> 1.1
    7.3.448 -> 1.1
    7.3.449 -> 1.1
    7.3.450 -> 1.1
    7.3.451 -> 1.1
    7.3.452 -> 1.1
    7.3.453 -> 1.1
    7.3.454 -> 1.1
    7.3.455 -> 1.1
    7.3.456 -> 1.1
    7.3.457 -> 1.1
    7.3.458 -> 1.1
    7.3.459 -> 1.1
    7.3.460 -> 1.1
    7.3.461 -> 1.1
    7.3.462 -> 1.1
    7.3.463 -> 1.1
    7.3.464 -> 1.1
    7.3.465 -> 1.1
    7.3.466 -> 1.1
    7.3.467 -> 1.1
    7.3.468 -> 1.1
    7.3.469 -> 1.1
    7.3.470 -> 1.1
    7.3.471 -> 1.1
    7.3.472 -> 1.1
    7.3.473 -> 1.1
    7.3.474 -> 1.1
    7.3.475 -> 1.1
    7.3.476 -> 1.1
    7.3.477 -> 1.1
    7.3.478 -> 1.1
    7.3.479 -> 1.1
    7.3.480 -> 1.1
    7.3.481 -> 1.1
    7.3.482 -> 1.1
    7.3.483 -> 1.1
    7.3.484 -> 1.1
    7.3.485 -> 1.1
    7.3.486 -> 1.1
    7.3.487 -> 1.1
    7.3.488 -> 1.1
    7.3.489 -> 1.1
    7.3.490 -> 1.1
    7.3.491 -> 1.1
    7.3.492 -> 1.1
    7.3.493 -> 1.1
    7.3.494 -> 1.1
    7.3.495 -> 1.1
    7.3.496 -> 1.1
    7.3.497 -> 1.1
    7.3.498 -> 1.1
    7.3.499 -> 1.1
    7.3.500 -> 1.1
    7.3.501 -> 1.1
    7.3.502 -> 1.1
    7.3.503 -> 1.1
    7.3.504 -> 1.1
    7.3.505 -> 1.1
    7.3.506 -> 1.1
    7.3.507 -> 1.1
    7.3.508 -> 1.1
    7.3.509 -> 1.1
    7.3.510 -> 1.1
    7.3.511 -> 1.1
    7.3.512 -> 1.1
    7.3.513 -> 1.1
    7.3.514 -> 1.1
    7.3.515 -> 1.1
    vim-localedir.patch -> 1.3
    vim.spec -> 1.566

11 years ago- new auto/th/vim-7_3_401-1 auto/ti/vim-7_3_401-1
Adam Gołębiowski [Sun, 15 Jan 2012 01:27:44 +0000 (01:27 +0000)]
- new

Changed files:
    7.3.373 -> 1.1
    7.3.374 -> 1.1
    7.3.375 -> 1.1
    7.3.376 -> 1.1
    7.3.377 -> 1.1
    7.3.378 -> 1.1
    7.3.379 -> 1.1
    7.3.380 -> 1.1
    7.3.381 -> 1.1
    7.3.382 -> 1.1
    7.3.383 -> 1.1
    7.3.384 -> 1.1
    7.3.385 -> 1.1
    7.3.386 -> 1.1
    7.3.387 -> 1.1
    7.3.388 -> 1.1
    7.3.389 -> 1.1
    7.3.390 -> 1.1
    7.3.391 -> 1.1
    7.3.392 -> 1.1
    7.3.393 -> 1.1
    7.3.394 -> 1.1
    7.3.395 -> 1.1
    7.3.396 -> 1.1
    7.3.397 -> 1.1
    7.3.398 -> 1.1
    7.3.399 -> 1.1
    7.3.400 -> 1.1
    7.3.401 -> 1.1

11 years ago- updated to 7.3.401
Adam Gołębiowski [Sun, 15 Jan 2012 01:25:54 +0000 (01:25 +0000)]
- updated to 7.3.401

Changed files:
    vim.spec -> 1.565

11 years ago- new auto/th/vim-7_3_372-1 auto/ti/vim-7_3_372-1
Adam Gołębiowski [Sun, 11 Dec 2011 13:47:07 +0000 (13:47 +0000)]
- new

Changed files:
    7.3.354 -> 1.1
    7.3.355 -> 1.1
    7.3.356 -> 1.1
    7.3.357 -> 1.1
    7.3.358 -> 1.1
    7.3.359 -> 1.1
    7.3.360 -> 1.1
    7.3.361 -> 1.1
    7.3.362 -> 1.1
    7.3.363 -> 1.1
    7.3.364 -> 1.1
    7.3.365 -> 1.1
    7.3.366 -> 1.1
    7.3.367 -> 1.1
    7.3.368 -> 1.1
    7.3.369 -> 1.1
    7.3.370 -> 1.1
    7.3.371 -> 1.1
    7.3.372 -> 1.1

11 years ago- updated to 7.3.372
Adam Gołębiowski [Sun, 11 Dec 2011 13:45:30 +0000 (13:45 +0000)]
- updated to 7.3.372

Changed files:
    vim.spec -> 1.564

11 years ago- up to 7.3.353 auto/th/vim-7_3_353-1
Arkadiusz Miśkiewicz [Sun, 13 Nov 2011 10:54:52 +0000 (10:54 +0000)]
- up to 7.3.353

Changed files:
    7.3.290 -> 1.1
    7.3.291 -> 1.1
    7.3.292 -> 1.1
    7.3.293 -> 1.1
    7.3.294 -> 1.1
    7.3.295 -> 1.1
    7.3.296 -> 1.1
    7.3.297 -> 1.1
    7.3.298 -> 1.1
    7.3.299 -> 1.1
    7.3.300 -> 1.1
    7.3.301 -> 1.1
    7.3.302 -> 1.1
    7.3.303 -> 1.1
    7.3.304 -> 1.1
    7.3.305 -> 1.1
    7.3.306 -> 1.1
    7.3.307 -> 1.1
    7.3.308 -> 1.1
    7.3.309 -> 1.1
    7.3.310 -> 1.1
    7.3.311 -> 1.1
    7.3.312 -> 1.1
    7.3.313 -> 1.1
    7.3.314 -> 1.1
    7.3.315 -> 1.1
    7.3.316 -> 1.1
    7.3.317 -> 1.1
    7.3.318 -> 1.1
    7.3.319 -> 1.1
    7.3.320 -> 1.1
    7.3.321 -> 1.1
    7.3.322 -> 1.1
    7.3.323 -> 1.1
    7.3.324 -> 1.1
    7.3.325 -> 1.1
    7.3.326 -> 1.1
    7.3.327 -> 1.1
    7.3.328 -> 1.1
    7.3.329 -> 1.1
    7.3.330 -> 1.1
    7.3.331 -> 1.1
    7.3.332 -> 1.1
    7.3.333 -> 1.1
    7.3.334 -> 1.1
    7.3.335 -> 1.1
    7.3.336 -> 1.1
    7.3.337 -> 1.1
    7.3.338 -> 1.1
    7.3.339 -> 1.1
    7.3.340 -> 1.1
    7.3.341 -> 1.1
    7.3.342 -> 1.1
    7.3.343 -> 1.1
    7.3.344 -> 1.1
    7.3.345 -> 1.1
    7.3.346 -> 1.1
    7.3.347 -> 1.1
    7.3.348 -> 1.1
    7.3.349 -> 1.1
    7.3.350 -> 1.1
    7.3.351 -> 1.1
    7.3.352 -> 1.1
    7.3.353 -> 1.1
    vim.spec -> 1.563

11 years ago- reversed logic in %if "%{pld_release}", only AC will keep separate tinfo auto/ti/vim-7_3_289-4
hawk [Fri, 4 Nov 2011 08:17:58 +0000 (08:17 +0000)]
- reversed logic in %if "%{pld_release}", only AC will keep separate tinfo

Changed files:
    vim.spec -> 1.562

11 years ago- rel 3; no more tinfo auto/th/vim-7_3_289-3 auto/ti/vim-7_3_289-3
Arkadiusz Miśkiewicz [Thu, 1 Sep 2011 07:20:17 +0000 (07:20 +0000)]
- rel 3; no more tinfo

Changed files:
    vim.spec -> 1.561

11 years ago- release 2 auto/th/vim-7_3_289-2 auto/ti/vim-7_3_289-2
Arkadiusz Miśkiewicz [Wed, 31 Aug 2011 18:30:59 +0000 (18:30 +0000)]
- release 2

Changed files:
    vim.spec -> 1.560

11 years ago- corrected msdos encoding auto/th/vim-7_3_289-1 auto/ti/vim-7_3_289-1
marti [Mon, 29 Aug 2011 18:52:42 +0000 (18:52 +0000)]
- corrected msdos encoding

Changed files:
    7.3.280 -> 1.2

11 years ago- up to 7.3.289
marti [Mon, 29 Aug 2011 18:45:09 +0000 (18:45 +0000)]
- up to 7.3.289

Changed files:
    vim.spec -> 1.559

11 years ago- new: 7.3.289
marti [Mon, 29 Aug 2011 18:44:49 +0000 (18:44 +0000)]
- new: 7.3.289

Changed files:
    7.3.289 -> 1.1

11 years ago- new: 7.3.288
marti [Mon, 29 Aug 2011 18:44:48 +0000 (18:44 +0000)]
- new: 7.3.288

Changed files:
    7.3.288 -> 1.1

11 years ago- new: 7.3.287
marti [Mon, 29 Aug 2011 18:44:47 +0000 (18:44 +0000)]
- new: 7.3.287

Changed files:
    7.3.287 -> 1.1

11 years ago- new: 7.3.286
marti [Mon, 29 Aug 2011 18:44:46 +0000 (18:44 +0000)]
- new: 7.3.286

Changed files:
    7.3.286 -> 1.1

11 years ago- new: 7.3.285
marti [Mon, 29 Aug 2011 18:44:45 +0000 (18:44 +0000)]
- new: 7.3.285

Changed files:
    7.3.285 -> 1.1

11 years ago- new: 7.3.284
marti [Mon, 29 Aug 2011 18:44:44 +0000 (18:44 +0000)]
- new: 7.3.284

Changed files:
    7.3.284 -> 1.1

11 years ago- new: 7.3.283
marti [Mon, 29 Aug 2011 18:44:43 +0000 (18:44 +0000)]
- new: 7.3.283

Changed files:
    7.3.283 -> 1.1

11 years ago- new: 7.3.282
marti [Mon, 29 Aug 2011 18:44:42 +0000 (18:44 +0000)]
- new: 7.3.282

Changed files:
    7.3.282 -> 1.1

11 years ago- new: 7.3.281
marti [Mon, 29 Aug 2011 18:44:41 +0000 (18:44 +0000)]
- new: 7.3.281

Changed files:
    7.3.281 -> 1.1

11 years ago- new: 7.3.280
marti [Mon, 29 Aug 2011 18:44:40 +0000 (18:44 +0000)]
- new: 7.3.280

Changed files:
    7.3.280 -> 1.1

11 years ago- new: 7.3.279
marti [Mon, 29 Aug 2011 18:44:39 +0000 (18:44 +0000)]
- new: 7.3.279

Changed files:
    7.3.279 -> 1.1

11 years ago- new: 7.3.278
marti [Mon, 29 Aug 2011 18:44:38 +0000 (18:44 +0000)]
- new: 7.3.278

Changed files:
    7.3.278 -> 1.1

11 years ago- new: 7.3.277
marti [Mon, 29 Aug 2011 18:44:37 +0000 (18:44 +0000)]
- new: 7.3.277

Changed files:
    7.3.277 -> 1.1

11 years ago- new: 7.3.276
marti [Mon, 29 Aug 2011 18:44:36 +0000 (18:44 +0000)]
- new: 7.3.276

Changed files:
    7.3.276 -> 1.1

11 years ago- new: 7.3.275
marti [Mon, 29 Aug 2011 18:44:35 +0000 (18:44 +0000)]
- new: 7.3.275

Changed files:
    7.3.275 -> 1.1

11 years ago- new: 7.3.274
marti [Mon, 29 Aug 2011 18:44:34 +0000 (18:44 +0000)]
- new: 7.3.274

Changed files:
    7.3.274 -> 1.1

11 years ago- new: 7.3.273
marti [Mon, 29 Aug 2011 18:44:33 +0000 (18:44 +0000)]
- new: 7.3.273

Changed files:
    7.3.273 -> 1.1

11 years ago- new: 7.3.272
marti [Mon, 29 Aug 2011 18:44:32 +0000 (18:44 +0000)]
- new: 7.3.272

Changed files:
    7.3.272 -> 1.1

11 years ago- new: 7.3.271
marti [Mon, 29 Aug 2011 18:44:31 +0000 (18:44 +0000)]
- new: 7.3.271

Changed files:
    7.3.271 -> 1.1

11 years ago- new: 7.3.270
marti [Mon, 29 Aug 2011 18:44:30 +0000 (18:44 +0000)]
- new: 7.3.270

Changed files:
    7.3.270 -> 1.1

11 years ago- new: 7.3.269
marti [Mon, 29 Aug 2011 18:44:29 +0000 (18:44 +0000)]
- new: 7.3.269

Changed files:
    7.3.269 -> 1.1

11 years ago- new: 7.3.268
marti [Mon, 29 Aug 2011 18:44:28 +0000 (18:44 +0000)]
- new: 7.3.268

Changed files:
    7.3.268 -> 1.1

11 years ago- new: 7.3.267
marti [Mon, 29 Aug 2011 18:44:27 +0000 (18:44 +0000)]
- new: 7.3.267

Changed files:
    7.3.267 -> 1.1

11 years ago- new: 7.3.266
marti [Mon, 29 Aug 2011 18:44:26 +0000 (18:44 +0000)]
- new: 7.3.266

Changed files:
    7.3.266 -> 1.1

11 years ago- new: 7.3.265
marti [Mon, 29 Aug 2011 18:44:25 +0000 (18:44 +0000)]
- new: 7.3.265

Changed files:
    7.3.265 -> 1.1

11 years ago- new: 7.3.264
marti [Mon, 29 Aug 2011 18:44:24 +0000 (18:44 +0000)]
- new: 7.3.264

Changed files:
    7.3.264 -> 1.1

11 years ago- new: 7.3.263
marti [Mon, 29 Aug 2011 18:44:23 +0000 (18:44 +0000)]
- new: 7.3.263

Changed files:
    7.3.263 -> 1.1

11 years ago- new: 7.3.262
marti [Mon, 29 Aug 2011 18:44:22 +0000 (18:44 +0000)]
- new: 7.3.262

Changed files:
    7.3.262 -> 1.1

11 years ago- new: 7.3.261
marti [Mon, 29 Aug 2011 18:44:21 +0000 (18:44 +0000)]
- new: 7.3.261

Changed files:
    7.3.261 -> 1.1

11 years ago- new: 7.3.260
marti [Mon, 29 Aug 2011 18:44:20 +0000 (18:44 +0000)]
- new: 7.3.260

Changed files:
    7.3.260 -> 1.1

11 years ago- new: 7.3.259
marti [Mon, 29 Aug 2011 18:44:19 +0000 (18:44 +0000)]
- new: 7.3.259

Changed files:
    7.3.259 -> 1.1

11 years ago- new: 7.3.258
marti [Mon, 29 Aug 2011 18:44:18 +0000 (18:44 +0000)]
- new: 7.3.258

Changed files:
    7.3.258 -> 1.1

11 years ago- new: 7.3.257
marti [Mon, 29 Aug 2011 18:44:17 +0000 (18:44 +0000)]
- new: 7.3.257

Changed files:
    7.3.257 -> 1.1

11 years ago- new: 7.3.256
marti [Mon, 29 Aug 2011 18:44:16 +0000 (18:44 +0000)]
- new: 7.3.256

Changed files:
    7.3.256 -> 1.1

11 years ago- new: 7.3.255
marti [Mon, 29 Aug 2011 18:44:15 +0000 (18:44 +0000)]
- new: 7.3.255

Changed files:
    7.3.255 -> 1.1

11 years ago- new: 7.3.254
marti [Mon, 29 Aug 2011 18:44:14 +0000 (18:44 +0000)]
- new: 7.3.254

Changed files:
    7.3.254 -> 1.1

11 years ago- new: 7.3.253
marti [Mon, 29 Aug 2011 18:44:13 +0000 (18:44 +0000)]
- new: 7.3.253

Changed files:
    7.3.253 -> 1.1

This page took 0.275853 seconds and 4 git commands to generate.