~ubuntu-branches/ubuntu/precise/parted/precise

« back to all changes in this revision

Viewing changes to gnulib/modules/unistr/u32-strstr

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-02-06 16:39:19 UTC
  • mfrom: (1.1.5 upstream)
  • mto: (7.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20100206163919-nsxr2vtchk0ecabf
Tags: upstream-2.1
ImportĀ upstreamĀ versionĀ 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description:
2
 
Substring test for UTF-32 strings.
3
 
 
4
 
Files:
5
 
lib/unistr/u32-strstr.c
6
 
lib/unistr/u-strstr.h
7
 
 
8
 
Depends-on:
9
 
unistr/base
10
 
 
11
 
configure.ac:
12
 
 
13
 
Makefile.am:
14
 
lib_SOURCES += unistr/u32-strstr.c
15
 
 
16
 
Include:
17
 
"unistr.h"
18
 
 
19
 
License:
20
 
LGPL
21
 
 
22
 
Maintainer:
23
 
Bruno Haible
24