1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
21f808c858Sraf#
22*cd3e9333SAli Bahrami# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23f808c858Sraf#
24bfed486aSAli Bahrami
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37f808c858Sraf#
38f808c858Sraf
39*cd3e9333SAli Bahrami$mapfile_version 2
40*cd3e9333SAli Bahrami
41f808c858Sraf#
42f808c858Sraf# The instances of "tecla_l.5" below (note "l" vs "1") are by design;
43f808c858Sraf# quoting the author:
44f808c858Sraf#
45f808c858Sraf# Unfortunately the tecla_l.5 version string is by now embedded in any
46f808c858Sraf# executable that linked with libtecla versions 1.5 ..., so I can't fix
47f808c858Sraf# the typo without preventing those programs from linking against 1.6.
48f808c858Sraf# Thus I now have to derive tecla_1.6 from tecla_l.5, in the map file.
49f808c858Sraf#
50f808c858Sraf
51*cd3e9333SAli BahramiSYMBOL_VERSION tecla_1.6 {
52f808c858Sraf    global:
53f808c858Sraf	gl_append_history;
54f808c858Sraf	gl_automatic_history;
55f808c858Sraf	gl_query_char;
56f808c858Sraf	gl_read_char;
57f808c858Sraf} tecla_l.5;
58f808c858Sraf
59*cd3e9333SAli BahramiSYMBOL_VERSION tecla_l.5 {
60f808c858Sraf    global:
61f808c858Sraf	cpl_recall_matches;
62f808c858Sraf	gl_abandon_line;
63f808c858Sraf	gl_bind_keyseq;
64f808c858Sraf	gl_catch_blocked;
65fa03b00aSjbeck	gl_completion_action;
66f808c858Sraf	gl_display_text;
67f808c858Sraf	gl_erase_terminal;
68f808c858Sraf	gl_error_message;
69f808c858Sraf	gl_handle_signal;
70f808c858Sraf	gl_inactivity_timeout;
71f808c858Sraf	gl_io_mode;
72f808c858Sraf	gl_list_signals;
73f808c858Sraf	gl_normal_io;
74f808c858Sraf	gl_pending_io;
75f808c858Sraf	gl_raw_io;
76f808c858Sraf	gl_register_action;
77f808c858Sraf	gl_return_status;
78fa03b00aSjbeck	gl_set_term_size;
79f808c858Sraf	gl_tty_signals;
80f808c858Sraf} tecla_1.4;
81f808c858Sraf
82*cd3e9333SAli BahramiSYMBOL_VERSION tecla_1.4 {
83f808c858Sraf    global:
84f808c858Sraf	gl_clear_history;
85f808c858Sraf	gl_configure_getline;
86f808c858Sraf	gl_echo_mode;
87f808c858Sraf	gl_group_history;
88f808c858Sraf	gl_ignore_signal;
89f808c858Sraf	gl_last_signal;
90f808c858Sraf	gl_limit_history;
91f808c858Sraf	gl_load_history;
92f808c858Sraf	gl_lookup_history;
93f808c858Sraf	gl_prompt_style;
94f808c858Sraf	gl_range_of_history;
95f808c858Sraf	gl_replace_prompt;
96f808c858Sraf	gl_resize_history;
97f808c858Sraf	gl_save_history;
98f808c858Sraf	gl_show_history;
99f808c858Sraf	gl_size_of_history;
100f808c858Sraf	gl_state_of_history;
101f808c858Sraf	gl_terminal_size;
102f808c858Sraf	gl_toggle_history;
103f808c858Sraf	gl_trap_signal;
104f808c858Sraf	gl_watch_fd;
105f808c858Sraf	libtecla_version;
106f808c858Sraf} tecla_1.3;
107f808c858Sraf
108*cd3e9333SAli BahramiSYMBOL_VERSION tecla_1.3 {
109f808c858Sraf    global:
110f808c858Sraf	ef_list_expansions;
111f808c858Sraf} tecla_1.2;
112f808c858Sraf
113*cd3e9333SAli BahramiSYMBOL_VERSION tecla_1.2 {
114f808c858Sraf    global:
115f808c858Sraf	cfc_file_start;
116f808c858Sraf	cfc_literal_escapes;
117f808c858Sraf	cfc_set_check_fn;
118f808c858Sraf	cpl_add_completion;
119f808c858Sraf	cpl_check_exe;
120f808c858Sraf	cpl_complete_word;
121f808c858Sraf	cpl_file_completions;
122f808c858Sraf	cpl_init_FileArgs;
123f808c858Sraf	cpl_last_error;
124f808c858Sraf	cpl_list_completions;
125f808c858Sraf	cpl_record_error;
126f808c858Sraf	del_CplFileConf;
127f808c858Sraf	del_ExpandFile;
128f808c858Sraf	del_GetLine;
129f808c858Sraf	del_PathCache;
130f808c858Sraf	del_PcaPathConf;
131f808c858Sraf	del_WordCompletion;
132f808c858Sraf	ef_expand_file;
133f808c858Sraf	ef_last_error;
134f808c858Sraf	gl_change_terminal;
135f808c858Sraf	gl_customize_completion;
136f808c858Sraf	gl_get_line;
137f808c858Sraf	new_CplFileConf;
138f808c858Sraf	new_ExpandFile;
139f808c858Sraf	new_GetLine;
140f808c858Sraf	new_PathCache;
141f808c858Sraf	new_PcaPathConf;
142f808c858Sraf	new_WordCompletion;
143f808c858Sraf	pca_last_error;
144f808c858Sraf	pca_lookup_file;
145fa03b00aSjbeck	pca_path_completions;
146f808c858Sraf	pca_scan_path;
147f808c858Sraf	pca_set_check_fn;
148f808c858Sraf	ppc_file_start;
149f808c858Sraf	ppc_literal_escapes;
150f808c858Sraf    local:
151f808c858Sraf	*;
152f808c858Sraf};
153