- Timestamp:
- 2016-10-20T16:15:28+13:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/packages/yaz/README.gsdl
r10175 r30893 2 2 when acting as a z39.50 client. 3 3 4 June 2005, kjdon: 4 3. CHANGES TO YAZ-2.1.4 TO CREATE THE GREENSTONE VERSION OF IT, ak19 5 20 Oct 2016 6 7 MODIFIED FILE: yaz-2.1.4/client/client.c 8 9 EXPLANATION: The references to readline's CPPFunction have been deprecated. They needed to be replaced with readline's rl_completion_func_t. Refer to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741767 10 11 12 CHANGE: 13 3501c3501,3503 14 < rl_attempted_completion_function = (CPPFunction*)readline_completer; 15 --- 16 > //rl_attempted_completion_function = (CPPFunction*)readline_completer; 17 > rl_attempted_completion_function = (rl_completion_func_t*)readline_completer; 18 > 19 20 21 2. June 2005, kjdon: 5 22 Changed to use yaz version 2.1.4. This is also used by the new z3950server. 6 23 The original yaz download has been added to cvs - this is unzipped and untared by the configure script, then only the src and client directories are compiled. … … 16 33 merely wasting some disk space and some compile-time CPU. 17 34 18 John McPherson35 1. John McPherson 19 36 3 August 2000 20 37 … … 23 40 September 2000: 24 41 removed "ill" "server" "ztest" and "retrieval" subdirs. 42
Note:
See TracChangeset
for help on using the changeset viewer.