blob: 960a22d7fa875eb21093e2b7c9500b2504bc51b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
|
This file lists functions and variables removed from l3kernel.
Functions which were added with 'experimental' status only are
not listed. The 'Date removed' and 'SVN' columns detail when the
functions are removed from the standard DocStrip extraction for
l3kernel.
Function Date removed SVN
------------------------------------------------------------------
\c_active_char_token 2011-09-08 2786
\c_alignment_tab_token 2011-09-08 2786
\c_empty_toks 2011-09-08 2786
\c_keys_code_root_tl 2013-01-08 4412
\c_letter_token 2011-09-08 2786
\c_luatex_is_engine_bool 2011-12-30 3114
\c_math_shift_token 2011-09-08 2786
\c_other_char_token 2011-09-08 2786
\c_pdftex_is_engine_bool 2011-12-30 3114
\c_string_cctab 2012-06-30 3873
\c_undefined_fp 2014-05-28 4911
\c_xetex_is_engine_bool 2011-12-30 3114
\char_make_active:N 2011-09-08 2786
\char_make_active:n 2011-09-08 2786
\char_make_alignment_tab:N 2011-09-08 2786
\char_make_alignment_tab:n 2011-09-08 2786
\char_make_begin_group:N 2011-09-08 2786
\char_make_begin_group:n 2011-09-08 2786
\char_make_comment:N 2011-09-08 2786
\char_make_comment:n 2011-09-08 2786
\char_make_end_group:N 2011-09-08 2786
\char_make_end_group:n 2011-09-08 2786
\char_make_end_line:N 2011-09-08 2786
\char_make_end_line:n 2011-09-08 2786
\char_make_escape:N 2011-09-08 2786
\char_make_escape:n 2011-09-08 2786
\char_make_ignore:N 2011-09-08 2786
\char_make_ignore:n 2011-09-08 2786
\char_make_invalid:N 2011-09-08 2786
\char_make_invalid:n 2011-09-08 2786
\char_make_letter:N 2011-09-08 2786
\char_make_letter:n 2011-09-08 2786
\char_make_math_shift:N 2011-09-08 2786
\char_make_math_shift:n 2011-09-08 2786
\char_make_math_subscript:N 2011-09-08 2786
\char_make_math_subscript:n 2011-09-08 2786
\char_make_math_superscript:N 2011-09-08 2786
\char_make_math_superscript:n 2011-09-08 2786
\char_make_other:N 2011-09-08 2786
\char_make_other:n 2011-09-08 2786
\char_make_parameter:N 2011-09-08 2786
\char_make_parameter:n 2011-09-08 2786
\char_make_space:N 2011-09-08 2786
\char_make_space:n 2011-09-08 2786
\char_set_catcode:w 2011-09-08 2786
\char_set_lccode:w 2011-09-08 2786
\char_set_mathcode:w 2011-09-08 2786
\char_set_sfcode:w 2011-09-08 2786
\char_set_uccode:w 2011-09-08 2786
\char_show_value_catcode:w 2011-09-08 2786
\char_show_value_lccode:w 2011-09-08 2786
\char_show_value_mathcode:w 2011-09-08 2786
\char_show_value_sfcode:w 2011-09-08 2786
\char_show_value_uccode:w 2011-09-08 2786
\char_value_catcode:w 2011-09-08 2786
\char_value_lccode:w 2011-09-08 2786
\char_value_mathcode:w 2011-09-08 2786
\char_value_sfcode:w 2011-09-08 2786
\char_value_uccode:w 2011-09-08 2786
\clist_display:c 2011-09-08 2786
\clist_display:N 2011-09-08 2786
\clist_gremove_element:Nn 2011-09-08 2786
\clist_gtrim_spaces:c 2011-12-20 3114
\clist_gtrim_spaces:N 2011-12-20 3114
\clist_if_eq_p:cc 2013-01-08 4412
\clist_if_eq:ccF 2013-01-08 4412
\clist_if_eq:ccT 2013-01-08 4412
\clist_if_eq:ccTF 2013-01-08 4412
\clist_if_eq_p:cN 2013-01-08 4412
\clist_if_eq:cNF 2013-01-08 4412
\clist_if_eq:cNT 2013-01-08 4412
\clist_if_eq:cNTF 2013-01-08 4412
\clist_if_eq_p:Nc 2013-01-08 4412
\clist_if_eq:NcF 2013-01-08 4412
\clist_if_eq:NcT 2013-01-08 4412
\clist_if_eq:NcTF 2013-01-08 4412
\clist_length:N 2013-01-08 4412
\clist_length:n 2013-01-08 4412
\clist_length:c 2013-01-08 4412
\clist_remove_element:Nn 2011-09-08 2786
\clist_top:cN 2011-09-08 2786
\clist_trim_spaces:c 2011-12-20 3114
\clist_trim_spaces:N 2011-12-20 3114
\clist_use:N 2013-01-08 4412
\clist_use:c 2013-01-08 4412
\chk_if_free_cs:N 2013-01-08 4412
\cs_gnew_eq:cc 2011-09-08 2786
\cs_gnew_eq:cN 2011-09-08 2786
\cs_gnew_eq:Nc 2011-09-08 2786
\cs_gnew_nopar:cpn 2011-09-08 2786
\cs_gnew_nopar:cpx 2011-09-08 2786
\cs_gnew_nopar:Npn 2011-09-08 2786
\cs_gnew_nopar:Npx 2011-09-08 2786
\cs_gnew_protected_nopar:cpn 2011-09-08 2786
\cs_gnew_protected_nopar:cpx 2011-09-08 2786
\cs_gnew_protected_nopar:Npn 2011-09-08 2786
\cs_gnew_protected_nopar:Npx 2011-09-08 2786
\cs_gnew_protected:cpn 2011-09-08 2786
\cs_gnew_protected:cpx 2011-09-08 2786
\cs_gnew_protected:Npn 2011-09-08 2786
\cs_gnew_protected:Npx 2011-09-08 2786
\cs_gnew:cpn 2011-09-08 2786
\cs_gnew:cpx 2011-09-08 2786
\cs_gnew:Npn 2011-09-08 2786
\cs_gnew:Npx 2011-09-08 2786
\cs_gundefine:c 2011-09-08 2786
\cs_gundefine:N 2011-09-08 2786
\cs_set_eq:NwN 2011-12-30 3114
\dim_eval:w 2013-01-08 4412
\dim_eval_end: 2013-01-08 4412
\dim_gset_max:cn 2013-01-08 4412
\dim_gset_max:Nn 2013-01-08 4412
\dim_gset_min:cn 2013-01-08 4412
\dim_gset_min:Nn 2013-01-08 4412
\dim_set_max:cn 2013-01-08 4412
\dim_set_max:Nn 2013-01-08 4412
\dim_set_min:cn 2013-01-08 4412
\dim_set_min:Nn 2013-01-08 4412
\ExplSyntaxNamesOff 2013-01-08 4420
\ExplSyntaxNamesOn 2013-01-08 4420
\fp_if_undefined_p:N 2014-05-28 4911
\fp_if_undefined:NF 2014-05-28 4911
\fp_if_undefined:NT 2014-05-28 4911
\fp_if_undefined:NTF 2014-05-28 4911
\fp_abs:c 2014-05-28 4911
\fp_abs:N 2014-05-28 4911
\fp_compare:NNNF 2014-05-28 4911
\fp_compare:NNNT 2014-05-28 4911
\fp_compare:NNNTF 2014-05-28 4911
\fp_cos:cn 2014-05-28 4911
\fp_cos:Nn 2014-05-28 4911
\fp_div:cn 2014-05-28 4911
\fp_div:Nn 2014-05-28 4911
\fp_exp:cn 2014-05-28 4911
\fp_exp:Nn 2014-05-28 4911
\fp_gabs:c 2014-05-28 4911
\fp_gabs:N 2014-05-28 4911
\fp_gcos:cn 2014-05-28 4911
\fp_gcos:Nn 2014-05-28 4911
\fp_gdiv:cn 2014-05-28 4911
\fp_gdiv:Nn 2014-05-28 4911
\fp_gexp:cn 2014-05-28 4911
\fp_gexp:Nn 2014-05-28 4911
\fp_gln:cn 2014-05-28 4911
\fp_gln:Nn 2014-05-28 4911
\fp_gmul:cn 2014-05-28 4911
\fp_gmul:Nn 2014-05-28 4911
\fp_gneg:c 2014-05-28 4911
\fp_gneg:N 2014-05-28 4911
\fp_gpow:cn 2014-05-28 4911
\fp_gpow:Nn 2014-05-28 4911
\fp_ground_figures:cn 2014-05-28 4911
\fp_ground_figures:Nn 2014-05-28 4911
\fp_ground_places:cn 2014-05-28 4911
\fp_ground_places:Nn 2014-05-28 4911
\fp_gsin:cn 2014-05-28 4911
\fp_gsin:Nn 2014-05-28 4911
\fp_gtan:cn 2014-05-28 4911
\fp_gtan:Nn 2014-05-28 4911
\fp_if_undefined_p:N 2014-05-28 4911
\fp_if_undefined:NF 2014-05-28 4911
\fp_if_undefined:NT 2014-05-28 4911
\fp_if_undefined:NTF 2014-05-28 4911
\fp_if_zero_p:N 2014-05-28 4911
\fp_if_zero:NF 2014-05-28 4911
\fp_if_zero:NT 2014-05-28 4911
\fp_if_zero:NTF 2014-05-28 4911
\fp_ln:cn 2014-05-28 4911
\fp_ln:Nn 2014-05-28 4911
\fp_mul:cn 2014-05-28 4911
\fp_mul:Nn 2014-05-28 4911
\fp_neg:c 2014-05-28 4911
\fp_neg:N 2014-05-28 4911
\fp_pow:cn 2014-05-28 4911
\fp_pow:Nn 2014-05-28 4911
\fp_round_figures:cn 2014-05-28 4911
\fp_round_figures:Nn 2014-05-28 4911
\fp_round_places:cn 2014-05-28 4911
\fp_round_places:Nn 2014-05-28 4911
\fp_sin:cn 2014-05-28 4911
\fp_sin:Nn 2014-05-28 4911
\fp_tan:cn 2014-05-28 4911
\fp_tan:Nn 2014-05-28 4911
\g_tmpa_toks 2011-09-08 2786
\g_tmpb_toks 2011-09-08 2786
\g_tmpc_toks 2011-09-08 2786
\group_execute_after:N 2011-09-08 2786
\if_num:w 2013-01-08 4412
\int_convert_from_base_ten:nn 2011-11-22 2986
\int_convert_from_symbols:nn 2011-11-22 2986
\int_convert_to_base_ten:nn 2011-11-22 2986
\int_eval:w 2013-01-08 4412
\int_eval_end: 2013-01-08 4412
\int_value:w 2013-01-08 4412
\int_to_symbol:n 2011-11-22 2986
\ior_gto:NN 2013-07-28 4581
\ior_new:c 2011-09-08 2786
\ior_new:N 2011-09-08 2786
\ior_open_streams: 2011-09-08 2786
\ior_to:NN 2013-07-28 4581
\ior_str_gto:NN 2013-07-28 4581
\ior_str_to:NN 2013-07-28 4581
\iow_new:c 2011-09-08 2786
\iow_new:N 2011-09-08 2786
\iow_now_buffer_safe:Nn 2011-09-08 2786
\iow_now_buffer_safe:Nx 2011-09-08 2786
\iow_now_when_avail:Nn 2012-06-05 3752
\iow_now_when_avail:Nx 2012-06-05 3752
\iow_open_streams: 2011-09-08 2786
\iow_wrap:xnnnN 2013-01-08 4420
\KV_process_no_space_removal_no_sanitize:NNn 2011-09-08 2786
\KV_process_space_removal_no_sanitize:NNn 2011-09-08 2786
\KV_process_space_removal_sanitize:NNn 2011-09-08 2786
\l_iow_line_length_int 2013-01-08 4420
\l_last_box 2012-05-11 3621
\l_tl_replace_toks 2011-09-08 2786
\l_tmpa_toks 2011-09-08 2786
\l_tmpb_toks 2011-09-08 2786
\l_tmpc_int 2013-01-08 4412
\l_tmpc_toks 2011-09-08 2786
\msg_class_new:nn 2011-09-08 2786
\msg_class_set:nn 2013-01-08 4412
\msg_direct_interrupt:xxxxx 2011-09-08 2786
\msg_direct_log:xx 2011-09-08 2786
\msg_direct_term:xx 2011-09-08 2786
\msg_generic_new:nn 2011-09-08 2786
\msg_generic_new:nnn 2011-09-08 2786
\msg_generic_set:nn 2011-09-08 2786
\msg_generic_set:nnn 2011-09-08 2786
\msg_interrupt:xxx 2013-01-08 4412
\msg_log:x 2013-01-08 4412
\msg_newline: 2013-01-08 4412
\msg_term:x 2013-01-08 4412
\msg_trace:nn 2011-09-08 2786
\msg_trace:nnx 2011-09-08 2786
\msg_trace:nnxx 2011-09-08 2786
\msg_trace:nnxxx 2011-09-08 2786
\msg_trace:nnxxxx 2011-09-08 2786
\msg_two_newlines: 2013-01-08 4412
\peek_after:NN 2011-09-08 2786
\peek_gafter:NN 2011-09-08 2786
\prg_case_dim:nnn 2013-01-08 4412
\prg_case_int:nnn 2013-01-08 4420
\prg_case_str:nnn 2013-01-08 4420
\prg_case_str:onn 2013-01-08 4420
\prg_case_str:xxn 2013-01-08 4420
\prg_case_tl:cnn 2013-01-08 4420
\prg_case_tl:Nnn 2013-01-08 4420
\prg_new_map_functions:Nn 2011-09-08 2786
\prg_set_map_functions:Nn 2011-09-08 2786
\prg_stepwise_function:nnnN 2013-01-08 4420
\prg_stepwise_inline:nnnn 2013-01-08 4420
\prg_stepwise_variable:nnnNn 2013-01-08 4420
\prop_del:cn 2013-01-08 4412
\prop_del:cV 2013-01-08 4412
\prop_del:Nn 2013-01-08 4412
\prop_del:NV 2013-01-08 4412
\prop_gdel:cn 2013-01-08 4412
\prop_gdel:cV 2013-01-08 4412
\prop_gdel:Nn 2013-01-08 4412
\prop_gdel:NV 2013-01-08 4412
\prop_display:c 2011-09-08 2786
\prop_display:N 2011-09-08 2786
\prop_get_gdel:NnN 2011-09-08 2786
\prop_gget:cnN 2011-09-08 2786
\prop_gget:cVN 2011-09-08 2786
\prop_gget:NnN 2011-09-08 2786
\prop_gget:NVN 2011-09-08 2786
\prop_gput:ccx 2011-09-08 2786
\prop_if_eq_p:cc 2011-09-08 2786
\prop_if_eq_p:cN 2011-09-08 2786
\prop_if_eq_p:Nc 2011-09-08 2786
\prop_if_eq_p:NN 2011-09-08 2786
\prop_if_eq:ccF 2011-09-08 2786
\prop_if_eq:ccT 2011-09-08 2786
\prop_if_eq:ccTF 2011-09-08 2786
\prop_if_eq:cNF 2011-09-08 2786
\prop_if_eq:cNT 2011-09-08 2786
\prop_if_eq:cNTF 2011-09-08 2786
\prop_if_eq:NcF 2011-09-08 2786
\prop_if_eq:NcT 2011-09-08 2786
\prop_if_eq:NcTF 2011-09-08 2786
\prop_if_eq:NNF 2011-09-08 2786
\prop_if_eq:NNT 2011-09-08 2786
\prop_if_eq:NNTF 2011-09-08 2786
\prop_if_in:ccF 2011-09-08 2786
\prop_if_in:ccT 2011-09-08 2786
\prop_if_in:ccTF 2011-09-08 2786
\seq_display:c 2011-09-08 2786
\seq_display:N 2011-09-08 2786
\seq_length:c 2013-01-08 4412
\seq_length:N 2013-01-08 4412
\seq_top:cN 2011-09-08 2786
\seq_top:NN 2011-09-08 2786
\seq_use:c 2013-01-08 4412
\seq_use:N 2013-01-08 4412
\skip_if_infinite_glue_p:n 2013-01-08 4412
\skip_if_infinite_glue:nF 2013-01-08 4412
\skip_if_infinite_glue:nT 2013-01-08 4412
\skip_if_infinite_glue:nTF 2013-01-08 4412
\str_if_eq_p:xx 2013-01-08 4412
\str_if_eq:xxT 2013-01-08 4412
\str_if_eq:xxF 2013-01-08 4412
\str_if_eq:xxTF 2013-01-08 4412
\tl_elt_count:c 2011-09-08 2786
\tl_elt_count:n 2011-09-08 2786
\tl_elt_count:N 2011-09-08 2786
\tl_elt_count:o 2011-09-08 2786
\tl_elt_count:V 2011-09-08 2786
\tl_gremove_all_in:cn 2011-09-08 2786
\tl_gremove_all_in:Nn 2011-09-08 2786
\tl_gremove_in:cn 2011-09-08 2786
\tl_gremove_in:Nn 2011-09-08 2786
\tl_greplace_all_in:cnn 2011-09-08 2786
\tl_greplace_all_in:Nnn 2011-09-08 2786
\tl_greplace_in:cnn 2011-09-08 2786
\tl_greplace_in:Nnn 2011-09-08 2786
\tl_gset:Nc 2011-09-08 2786
\tl_head_i:n 2011-09-08 2786
\tl_head_i:w 2011-09-08 2786
\tl_head_iii:f 2011-09-08 2786
\tl_head_iii:n 2011-09-08 2786
\tl_head_iii:w 2011-09-08 2786
\tl_if_empty:xT 2013-01-08 4412
\tl_if_empty:xF 2013-01-08 4412
\tl_if_empty:xTF 2013-01-08 4412
\tl_if_head_group_p:n 2013-01-08 4412
\tl_if_head_group:nF 2013-01-08 4412
\tl_if_head_group:nT 2013-01-08 4412
\tl_if_head_group:nTF 2013-01-08 4412
\tl_if_head_N_type_p:n 2013-01-08 4412
\tl_if_head_N_type:nF 2013-01-08 4412
\tl_if_head_N_type:nT 2013-01-08 4412
\tl_if_head_N_type:nTF 2013-01-08 4412
\tl_if_head_space_p:n 2013-01-08 4412
\tl_if_head_space:nF 2013-01-08 4412
\tl_if_head_space:nT 2013-01-08 4412
\tl_if_head_space:nTF 2013-01-08 4412
\tl_length:c 2013-01-08 4412
\tl_length:n 2013-01-08 4412
\tl_length:N 2013-01-08 4412
\tl_length:o 2013-01-08 4412
\tl_length:V 2013-01-08 4412
\tl_new:cn 2011-09-08 2786
\tl_new:Nn 2011-09-08 2786
\tl_new:Nx 2011-09-08 2786
\tl_remove_all_in:cn 2011-09-08 2786
\tl_remove_all_in:Nn 2011-09-08 2786
\tl_remove_in:cn 2011-09-08 2786
\tl_remove_in:Nn 2011-09-08 2786
\tl_replace_all_in:cnn 2011-09-08 2786
\tl_replace_all_in:Nnn 2011-09-08 2786
\tl_replace_in:cnn 2011-09-08 2786
\tl_replace_in:Nnn 2011-09-08 2786
\tl_set:Nc 2011-09-08 2786
\tl_tail:w 2013-01-08 4412
\token_if_active_char_p:N 2011-09-08 2786
\token_if_active_char:NF 2011-09-08 2786
\token_if_active_char:NT 2011-09-08 2786
\token_if_active_char:NTF 2011-09-08 2786
\token_if_alignment_tab_p:N 2011-09-08 2786
\token_if_alignment_tab:NF 2011-09-08 2786
\token_if_alignment_tab:NT 2011-09-08 2786
\token_if_alignment_tab:NTF 2011-09-08 2786
\token_if_math_shift_p:N 2011-09-08 2786
\token_if_math_shift:NF 2011-09-08 2786
\token_if_math_shift:NT 2011-09-08 2786
\token_if_math_shift:NTF 2011-09-08 2786
\token_if_other_char_p:N 2011-09-08 2786
\token_if_other_char:NF 2011-09-08 2786
\token_if_other_char:NT 2011-09-08 2786
\token_if_other_char:NTF 2011-09-08 2786
\toks_clear:c 2011-09-08 2786
\toks_clear:N 2011-09-08 2786
\toks_gclear:c 2011-09-08 2786
\toks_gclear:N 2011-09-08 2786
\toks_gput_left:cn 2011-09-08 2786
\toks_gput_left:co 2011-09-08 2786
\toks_gput_left:cV 2011-09-08 2786
\toks_gput_left:Nn 2011-09-08 2786
\toks_gput_left:No 2011-09-08 2786
\toks_gput_left:NV 2011-09-08 2786
\toks_gput_left:Nx 2011-09-08 2786
\toks_gput_right:cn 2011-09-08 2786
\toks_gput_right:co 2011-09-08 2786
\toks_gput_right:cV 2011-09-08 2786
\toks_gput_right:Nn 2011-09-08 2786
\toks_gput_right:No 2011-09-08 2786
\toks_gput_right:NV 2011-09-08 2786
\toks_gput_right:Nx 2011-09-08 2786
\toks_gset_eq:cc 2011-09-08 2786
\toks_gset_eq:cN 2011-09-08 2786
\toks_gset_eq:Nc 2011-09-08 2786
\toks_gset_eq:NN 2011-09-08 2786
\toks_gset:cn 2011-09-08 2786
\toks_gset:co 2011-09-08 2786
\toks_gset:cV 2011-09-08 2786
\toks_gset:cx 2011-09-08 2786
\toks_gset:Nn 2011-09-08 2786
\toks_gset:No 2011-09-08 2786
\toks_gset:NV 2011-09-08 2786
\toks_gset:Nx 2011-09-08 2786
\toks_if_empty_p:c 2011-09-08 2786
\toks_if_empty_p:N 2011-09-08 2786
\toks_if_empty:cF 2011-09-08 2786
\toks_if_empty:cT 2011-09-08 2786
\toks_if_empty:cTF 2011-09-08 2786
\toks_if_empty:NF 2011-09-08 2786
\toks_if_empty:NT 2011-09-08 2786
\toks_if_empty:NTF 2011-09-08 2786
\toks_if_eq_p:cc 2011-09-08 2786
\toks_if_eq_p:cN 2011-09-08 2786
\toks_if_eq_p:Nc 2011-09-08 2786
\toks_if_eq_p:NN 2011-09-08 2786
\toks_if_eq:ccF 2011-09-08 2786
\toks_if_eq:ccT 2011-09-08 2786
\toks_if_eq:ccTF 2011-09-08 2786
\toks_if_eq:cNF 2011-09-08 2786
\toks_if_eq:cNT 2011-09-08 2786
\toks_if_eq:cNTF 2011-09-08 2786
\toks_if_eq:NcF 2011-09-08 2786
\toks_if_eq:NcT 2011-09-08 2786
\toks_if_eq:NcTF 2011-09-08 2786
\toks_if_eq:NNF 2011-09-08 2786
\toks_if_eq:NNT 2011-09-08 2786
\toks_if_eq:NNTF 2011-09-08 2786
\toks_new:c 2011-09-08 2786
\toks_new:N 2011-09-08 2786
\toks_put_left:cn 2011-09-08 2786
\toks_put_left:co 2011-09-08 2786
\toks_put_left:cV 2011-09-08 2786
\toks_put_left:Nn 2011-09-08 2786
\toks_put_left:No 2011-09-08 2786
\toks_put_left:NV 2011-09-08 2786
\toks_put_left:Nx 2011-09-08 2786
\toks_put_right:cn 2011-09-08 2786
\toks_put_right:co 2011-09-08 2786
\toks_put_right:cV 2011-09-08 2786
\toks_put_right:Nf 2011-09-08 2786
\toks_put_right:Nn 2011-09-08 2786
\toks_put_right:No 2011-09-08 2786
\toks_put_right:NV 2011-09-08 2786
\toks_put_right:Nx 2011-09-08 2786
\toks_set_eq:cc 2011-09-08 2786
\toks_set_eq:cN 2011-09-08 2786
\toks_set_eq:Nc 2011-09-08 2786
\toks_set_eq:NN 2011-09-08 2786
\toks_set:cf 2011-09-08 2786
\toks_set:cn 2011-09-08 2786
\toks_set:co 2011-09-08 2786
\toks_set:cV 2011-09-08 2786
\toks_set:cv 2011-09-08 2786
\toks_set:cx 2011-09-08 2786
\toks_set:Nf 2011-09-08 2786
\toks_set:Nn 2011-09-08 2786
\toks_set:No 2011-09-08 2786
\toks_set:NV 2011-09-08 2786
\toks_set:Nv 2011-09-08 2786
\toks_set:Nx 2011-09-08 2786
\toks_show:c 2011-09-08 2786
\toks_show:N 2011-09-08 2786
\toks_use_clear:c 2011-09-08 2786
\toks_use_clear:N 2011-09-08 2786
\toks_use_gclear:c 2011-09-08 2786
\toks_use_gclear:N 2011-09-08 2786
\toks_use:c 2011-09-08 2786
\toks_use:N 2011-09-08 2786
\use_i_after_fi:nw 2011-12-30 3114
\use_i_after_else:nw 2011-12-30 3114
\use_i_after_or:nw 2011-12-30 3114
\use_i_after_orelse:nw 2011-12-30 3114
[key property] .code:x 2013-07-10 4539
[key property] .meta:x 2013-07-10 4538
|